Expand description
In-memory cache implementation backed by moka
Provides a thread-safe in-memory cache with bounded capacity, per-entry TTL via the Expiry trait, and proactive eviction.
Structsยง
- InMemory
Cache - In-memory cache implementation
In-memory cache implementation backed by moka
Provides a thread-safe in-memory cache with bounded capacity, per-entry TTL via the Expiry trait, and proactive eviction.