tlru

Crates.iotlru
lib.rstlru
version0.1.1
sourcesrc
created_at2021-01-10 20:24:28.31302
updated_at2021-01-11 16:08:49.872973
descriptionTime-aware Least Recently Used cache implementation
homepage
repository
max_upload_size
id339347
size44,521
Dániel Buga (bugadani)

documentation

README

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.
Commit count: 0

cargo fmt