pub type KeyExtractor<Req, K> = Arc<dyn Fn(&Req) -> K + Send + Sync>;
Function that extracts a cache key from a request.
pub struct KeyExtractor<Req, K> { /* private fields */ }