tlru 0.1.0

Time-aware Least Recently Used cache implementation
Documentation
tlru-0.1.0 has been yanked.

TLRU - Time aware Least Recently Used cache

This crate provides two caches:

  • FixedCapacity which is a TLRU cache, with fixed capacity and lifetime
  • FlexibleCapacity which is a cache where entries are evicted a certain time after insertion.

WARNING - Here be dragons

  • Highly experimental, use at your own risk.
  • API subject to change.