pub trait CacheKeyForRequest<CacheKeyT> { // Required method fn cache_key(&self) -> CacheKeyT; }
CacheKey for Request.
Create a cache key.