Module cache

Module cache 

Source
Expand description

Data structures used internally by the self_cached feature.

Structs§

RwCache
A thread safe Cache implementation protected by a read-write lock.

Traits§

Cache
The trait required for implementing a backing cache for a CachedAsset.