Module arc_swap::cache

source ·
Expand description

Caching handle into the ArcSwapAny.

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

Structs

Caching handle for ArcSwapAny.
An implementation of a cache with a projection into the accessed value.

Traits

Generalization of caches providing access to T.