Structs§
- Default
Cache - In-memory
Cachewith an LRU eviction policy, byte-based memory limit, and optional per-entry TTL. - System
Time Provider TimeProviderbacked byInstant::now.
Traits§
- Time
Provider - Source of the current time used by a
DefaultCachewhen applying TTLs.