Expand description
In-memory LRU cache for memory records.
Wraps StorageBackend lookups with an in-process cache. Does not require
Redis — uses a simple HashMap with TTL-based eviction.
Structs§
- Memory
Cache - A simple in-process cache for memory records with TTL-based eviction.