Crate any_cache [] [src]

Structs

DummyCache

An implementation of a cache that actually doesn’t cache at all.

HashCache

An implementation of a cache with a HashMap.

Traits

Cache

A cache that can store abitrary values and namespace them by key types.

CacheKey

A key that is usable in a cache.