Explore how memory-cache works with live, interactive demos. See cache operations, TTL expiration, and LRU eviction in action.
Interactive demo of get, set, and delete operations with visual cache state.
Watch cache entries expire in real-time with countdown timers.
See how least recently used items are evicted when the cache is full.
Monitor hit rate, miss rate, and cache performance in real-time.
Check out the documentation for installation and API reference.
Get Started