Module cache

Source
Expand description

High-performance caching with Redis and in-memory support

Structs§

CacheMiddleware
Response caching middleware
CacheStats
Cache statistics
CacheWarmer
Cache warming utility
MemoryCache
In-memory cache implementation
RedisCache
Redis cache implementation

Traits§

Cache
Cache trait for unified interface