[−][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 | Provides shared, synchronized access to a |