pub fn generate_cache_key( method: &str, path: &str, body: Option<&Value>, ) -> String
Generate a cache key from method, path, and request body