In-memory LRU CacheStore with per-entry TTL. Bounded by maxEntries; the least-recently-used entry is evicted on overflow. Expired entries are dropped lazily on read.
maxEntries
Current entry count (including not-yet-evicted expired entries).
In-memory LRU CacheStore with per-entry TTL. Bounded by
maxEntries; the least-recently-used entry is evicted on overflow. Expired entries are dropped lazily on read.