Crates.io | tlru |
lib.rs | tlru |
version | 0.1.1 |
source | src |
created_at | 2021-01-10 20:24:28.31302 |
updated_at | 2021-01-11 16:08:49.872973 |
description | Time-aware Least Recently Used cache implementation |
homepage | |
repository | |
max_upload_size | |
id | 339347 |
size | 44,521 |
This crate provides two caches:
FixedCapacity
which is a TLRU cache, with fixed capacity and lifetimeFlexibleCapacity
which is a cache where entries are evicted after a certain time.