Expand description
A cache for types which are not thread-safe (?Send).
Structsยง
- Local
Cache - Holds arbitrary query results which are namespaced by arbitrary scope types. Usually used
through
SharedLocalCache::cache_withandSharedLocalCache::gc. - Shared
Local Cache - Provides shared, synchronized access to a
LocalCacheand a function-memoization API inSharedLocalCache::cache_with.