Backend Cache Manager Implementations
The following backend cache manager implementations are provided by this crate:
cacache
cacache
is a high-performance, concurrent, content-addressable disk cache, optimized for async APIs.
moka
moka
is a fast, concurrent cache library inspired by the Caffeine library for Java.
quick_cache
quick_cache
is a lightweight and high performance concurrent cache optimized for low cache overhead.