Skip to main content

Module cache

Module cache 

Source
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§

MemoryCache
A simple in-process cache for memory records with TTL-based eviction.