Skip to main content

generate_cache_key

Function generate_cache_key 

Source
pub fn generate_cache_key(
    method: &str,
    path: &str,
    body: Option<&Value>,
) -> String
Expand description

Generate a cache key from method, path, and request body