Expand description
A simple, highly concurrent cache for hash-consing values
Modules§
- arr
- Cached immutable arrays, bags, and sets of values
Structs§
- Dash
Cache - A global cache built around a
DashMap
Traits§
- Caches
- A container which can be used to cache values of type
T
- CanCollect
- An object which can be garbage collected
- Global
Cache - A gloabl cache implementation