Expand description
Memory cache module for high-performance file caching
This module provides an in-memory LRU cache for frequently accessed files, reducing disk I/O and improving response times.
Structsยง
- Cache
Config - Configuration for memory cache
- Cache
Stats - Cache statistics
- Cached
File - A cached file with metadata
- Memory
Cache - Thread-safe memory cache with LRU eviction