Skip to main content

cached_response_interceptor

Function cached_response_interceptor 

Source
pub fn cached_response_interceptor<S>() -> CacheInterceptor<DefaultCachePolicy<S>>
where S: CacheStore + Send + Sync + 'static,