Skip to main content

Module memory

Module memory 

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

MemoryCacheRepository
In-memory cache repository with size-based eviction.