tlru-0.1.1 has been yanked.
TLRU - Time aware Least Recently Used cache
This crate provides two caches:
FixedCapacitywhich is a TLRU cache, with fixed capacity and lifetimeFlexibleCapacitywhich is a cache where entries are evicted after a certain time.
WARNING - Here be dragons
- Highly experimental, use at your own risk.
- API subject to change.