Skip to main contentCrate any_cache
Source - DummyCache
- An implementation of a cache that actually doesn’t cache at all.
- HashCache
- An implementation of a cache with a
HashMap.
- Cache
- A cache that can store abitrary values and namespace them by key types.
- CacheKey
- A key that is usable in a cache.