Expand description
In-memory cache backend backed by moka.
Size-eviction only. No TTL-based expiration is configured at the
moka level — expiry is checked in-band during CacheRepository::get.
Structs§
- Memory
Cache Repository - In-memory cache repository with size-based eviction.