Expand description
A thread-safe cache which requires stored types implement Send.
Structsยง
- Send
Cache - Holds arbitrary query results which are namespaced by arbitrary scope types. Usually used
through
SharedSendCache::cache_withandSharedSendCache::gc. - Shared
Send Cache - Provides shared, synchronized access to a
SendCacheand a function-memoization API inSharedSendCache::cache_with.