[][src]Module dyn_cache::sync

A thread-safe cache which requires stored types implement Send.

Structs

SendCache

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

SharedSendCache

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