Module dyn_cache::local[][src]

Expand description

A cache for types which are not thread-safe (?Send).

Structs

Holds arbitrary query results which are namespaced by arbitrary scope types. Usually used through SharedLocalCache::cache_with and SharedLocalCache::gc.

Provides shared, synchronized access to a LocalCache and a function-memoization API in SharedLocalCache::cache_with.