Type Definition kvarn::comprash::ResponseCache

source ·
pub type ResponseCache = MokaCache<UriKey, LifetimeCache<Arc<VariedResponse>>>;
Expand description

A MokaCache with appropriate type parameters for a response cache.