lru_time_cache 0.11.11

Implementation of a Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = [ "MaidSafe Developers <dev@maidsafe.net>" ]
description = "Implementation of a Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen."
documentation = "https://docs.rs/lru_time_cache"
homepage = "https://maidsafe.net"
license = "MIT OR BSD-3-Clause"
name = "lru_time_cache"
readme = "README.md"
repository = "https://github.com/maidsafe/lru_time_cache"
version = "0.11.11"
edition = "2018"

[dependencies.sn_fake_clock]
version = "~0.4.0"
optional = true

[dev-dependencies]
rand = "~0.6.5"