MCPcopy Create free account
hub / github.com/06chaynes/http-cache / ServerCacheService

Class ServerCacheService

http-cache-tower-server/src/lib.rs:569–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 M: CacheManager,
568 K: Keyer,
569{
570 inner: S,
571 manager: M,
572 keyer: K,
573 options: ServerCacheOptions,
574 metrics: Arc<CacheMetrics>,
575}
576
577impl<S, ReqBody, ResBody, M, K> Service<Request<ReqBody>>
578 for ServerCacheService<S, M, K>
579where
580 S: Service<Request<ReqBody>, Response = Response<ResBody>>
581 + Clone
582 + Send

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected