Module dyn_cache::sync [−][src]
Expand description
A thread-safe cache which requires stored types implement Send
.
Structs
Holds arbitrary query results which are namespaced by arbitrary scope types. Usually used
through SharedSendCache::cache_with
and SharedSendCache::gc
.
Provides shared, synchronized access to a SendCache
and a function-memoization
API in SharedSendCache::cache_with
.