Crate dashcache

Source
Expand description

A simple, highly concurrent cache for hash-consing values

Modules§

arr
Cached immutable arrays, bags, and sets of values

Structs§

DashCache
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
GlobalCache
A gloabl cache implementation