tlru_cache 0.1.4

Time-Aware LRU Cache
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tlru_cache"
version = "0.1.4"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Peter Lang <lang.peter.github@gmail.com>"]
description = "Time-Aware LRU Cache"
repository = "https://github.com/peter-lang/tlru-cache"
keywords = ["lru","cache","ttl","time-aware","expire"]

[dependencies]

[dev-dependencies]
uuid = { version = "1.10.0", features = ["v4"]}
mock_instant = "0.5.1"