Crates.io | any-cache |
lib.rs | any-cache |
version | 0.2.3 |
source | src |
created_at | 2017-03-14 00:59:29.641532 |
updated_at | 2017-08-21 19:25:21.120422 |
description | Cache with freely typed keys and any associated value |
homepage | https://github.com/phaazon/any-cache |
repository | https://github.com/phaazon/any-cache |
max_upload_size | |
id | 8967 |
size | 5,190 |
This crate exposes a very minimalistic yet useful kind of cache in which you can store any kind of values. It also provides a dummy implementation as well as a trait to work with caches.
Feel free to dig in the documentation for further information here.