cache_key_comments

Function cache_key_comments 

Source
pub fn cache_key_comments(pkgname: &str) -> String
Expand description

What: Generate cache key for comments operation.

Inputs:

  • pkgname: Package name

Output:

  • String containing normalized cache key

Details:

  • Format: "comments:{pkgname}"