Skip to main content

Module default_cache

Module default_cache 

Source

Structs§

DefaultCache
In-memory Cache with an LRU eviction policy, byte-based memory limit, and optional per-entry TTL.
SystemTimeProvider
TimeProvider backed by Instant::now.

Traits§

TimeProvider
Source of the current time used by a DefaultCache when applying TTLs.