dynamic-lru-cache 0.2.0

LRU Cache that only stores items recently seen more than once.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.parking_lot]
version = "0.11.2"
[dev-dependencies.rand]
version = "0.7"

[package]
authors = ["Scott Teal"]
categories = ["caching"]
description = "LRU Cache that only stores items recently seen more than once."
documentation = "http://docs.rs/dynamic-lru-cache"
edition = "2021"
keywords = ["caching", "cache", "lru"]
license = "MIT OR Apache-2.0"
name = "dynamic-lru-cache"
readme = "README.md"
repository = "https://github.com/Cognoscan/dynamic-lru-cache"
resolver = "2"
version = "0.2.0"