r-cache 0.3.2

r-cache is an in memory key value store. It is thread safe and values have expiry times
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.async-std]
features = ["attributes"]
version = "1.6.5"

[package]
authors = ["cobbinma <cobbinma@gmail.com>"]
categories = ["caching", "asynchronous"]
description = "r-cache is an in memory key value store. It is thread safe and values have expiry times"
edition = "2018"
keywords = ["cache", "async"]
license = "MIT OR Apache-2.0"
name = "r-cache"
readme = "README.md"
repository = "https://github.com/cobbinma/r-cache"
version = "0.3.2"