Expand description
Cache context types for tracking cache operation results.
Structs§
- Cache
Context - Context information about a cache operation.
Enums§
- Cache
Status - Whether the request resulted in a cache hit, miss, or stale data.
- Read
Mode - Mode for cache read operations.
- Response
Source - Source of the response - either from upstream or from a cache backend.
Traits§
- Cache
Status Ext - Extension trait for enriching responses with cache status information.
- Context
- Unified context for cache operations.
Functions§
- finalize_
context - Convert a BoxContext (SmallBox) into a CacheContext.
Type Aliases§
- BoxContext
- Boxed context trait object using SmallBox for inline storage.