Implementation of a Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen.
# Cargo.toml
[dependencies]
lru_time_cache = "0.11.11"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creating an LRU cache with time-based expiration and capacity limit.
No known issues recorded.
No dependency data recorded yet.