core/caching library
Classes
-
CachedData<
T> - Cached data wrapper
- CacheManager
- Cache manager for global cache operations
- CacheStrategy
- Cache strategy configuration
-
DiskCache<
T> - Disk cache implementation
-
MemoryCache<
T> - Memory cache implementation
-
MultiLevelCache<
T> - Multi-level cache (Memory + Disk)
Enums
- CacheEvictionPolicy
- Cache eviction policy