Available on crate feature
mem-cache only.Expand description
In-memory file cache with LFU admission and LRU eviction.
Provides file-level caching with configurable capacity, TTL, and TTI.
Enabled via the mem-cache Cargo feature and configured through the
[advanced.memory-cache] TOML section.
Modulesยง
- cache
- It provides in-memory files cache functionality with expiration policy support such as Time to live (TTL) and Time to idle (TTI).