Expand description
Cache utilities.
Modules§
- axum
axum - Cache axum utilities.
- implementation
- Cache implementations.
- middleware
- Cache middleware utilities.
Structs§
- Cache
Duration Hook Context - Context for CacheDurationHook.
- Cached
Body - Cached HTTP response body.
- Cached
Response - Cached HTTP response.
- Caching
Configuration - Caching configuration.
- Common
Cache Key - CacheKey implementation designed for common use cases.
- Encoding
Configuration - Encoding configuration.
- Tiered
Cache - Two-tiered Cache.
Traits§
- Cache
- Cache.
- Cache
Key - Cache key.
- Cache
KeyFor Request - CacheKey for Request.
- Cache
Weight - Cache weight.
Type Aliases§
- Cache
Duration Hook - Hook to get a response’s cache duration.
- Cached
Response Ref - Common reference type for CachedResponse.