# Cache with freely typed keys and any associated value
[](https://travis-ci.org/phaazon/any-cache)
[](https://crates.io/crates/any-cache)

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](https://docs.rs/any-cache).