Expand description
Caching system for What framework
Provides multi-level caching with support for:
- Per-page caching
- Per-user caching
- Per-content caching
- External API response caching
Structs§
- Cache
Config - Cache configuration
- Cache
Control - Cache control directives for responses
- Cache
Stats - Cache statistics
- Cached
Value - Cached value with metadata
- What
Cache - Multi-level cache for the What framework
Enums§
- Cache
Key - Cache key types for different caching strategies
- Cache
Scope