Module arc_swap::cache[][src]

Expand description

Caching handle into the ArcSwapAny.

The Cache keeps a copy of the internal Arc for faster access.

Structs

Cache

Caching handle for ArcSwapAny.

MapCache

An implementation of a cache with a projection into the accessed value.

Traits

Access

Generalization of caches providing access to T.