Module cache

Module cache 

Source
Expand description

Cache implementations for CASC storage

Structsยง

CacheStats
Cache statistics
LockFreeCache
Lock-free cache with LRU-like eviction based on access frequency This implementation uses DashMap for lock-free concurrent access and provides 2-4x better performance than traditional LRU cache