tlru 0.1.1

Time-aware Least Recently Used cache implementation
Documentation
  • Coverage
  • 100%
    50 out of 50 items documented19 out of 43 items with examples
  • Size
  • Source code size: 60.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.99 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bugadani
tlru-0.1.1 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 after a certain time.

WARNING - Here be dragons

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