Expand description
Cache middleware utilities.
Structs§
- Cache
KeyHook Context - Context for CacheKeyHook.
- Cacheable
Hook Context - Context for CacheableHook.
- Encodable
Hook Context - Context for EncodableHook.
- Middleware
Caching Configuration - Middleware caching configuration.
- Middleware
Encoding Configuration - Middleware encoding configuration.
Constants§
- ENCODINGS_
BY_ PREFERENCE - Encodings in order from most preferred to least.
Traits§
- Cacheable
Encodable Request - Cacheable and/or encodable request.
- ToTranscoding
Response - To transcoding response.
- Upstream
Response - Upstream response.
Type Aliases§
- Cache
KeyHook - Hook to update a request’s cache key.
- Cacheable
Hook - Hook to check if a request or a response is cacheable.
- Encodable
Hook - Hook to check if a request or a response is encodable.