generic_cache 0.4.0

Easy to use object caching based on defined TTL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "generic_cache"
authors = ["Nattapong Sirilappanich"]
description = "Easy to use object caching based on defined TTL"
version = "0.4.0"
edition = "2024"
license = "MIT"
readme = "README.md"
repository = "https://github.com/NattapongSiri/generic_cache_rs"

[dependencies]

[dev-dependencies]
tokio = { version = "^1", features = ["full"] }
tokio-test = { version = "^0.4" }