Module cache

Source
Expand description

Cache utilities.

Modules§

axumaxum
Cache axum utilities.
implementation
Cache implementations.
middleware
Cache middleware utilities.

Structs§

CacheDurationHookContext
Context for CacheDurationHook.
CachedBody
Cached HTTP response body.
CachedResponse
Cached HTTP response.
CachingConfiguration
Caching configuration.
CommonCacheKey
CacheKey implementation designed for common use cases.
EncodingConfiguration
Encoding configuration.
TieredCache
Two-tiered Cache.

Traits§

Cache
Cache.
CacheKey
Cache key.
CacheKeyForRequest
CacheKey for Request.
CacheWeight
Cache weight.

Type Aliases§

CacheDurationHook
Hook to get a response’s cache duration.
CachedResponseRef
Common reference type for CachedResponse.