CacheM
CacheM is an open-source caching framework designed to reduce latency and load on back-end systems by storing frequently accessed data in fast storage. It provides a consistent API across multiple caching backends and supports both in-process caching and distributed caches.
Key features include pluggable backends (in-memory, on-disk, and remote caches), multiple eviction policies (LRU, LFU, FIFO,
CacheM is designed with a two-level approach: a fast local cache per application instance and a distributed
Typical use cases include web session caching, API response caching, database query results, and page or fragment
CacheM is maintained by an open-source community with contributions from individuals and organizations. Documentation, source code,