Skip to main content

Module memory

Module memory 

Source
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ยง

InMemoryCache
In-memory cache implementation