Expand description
Cache backend plugin trait and types for the two-tier (L1 in-memory / L2 plugin)
ISR cache, including CacheEntry, lookup status, and tag-based invalidation.
Structs§
- Cache
Entry - Serializable cache entry for cross-backend compatibility.
Enums§
- Cache
Lookup Status - Result of a cache lookup.
Traits§
- Cache
Backend - Alternative cache storage backend (e.g., Redis, S3, Cloudflare KV).