pub trait CacheKey { // Required method fn cache_key(&self) -> String; }
Cache key generation trait
Implement this trait for types that can be used as cache keys.
Generate the cache key string