Skip to main content

hash_key

Function hash_key 

Source
pub fn hash_key(parts: &[&str]) -> String
Expand description

Generate a deterministic cache key from arbitrary string parts.

Returns a SHA256 hex digest of CACHE_VERSION joined with parts by "|".