Crate unc_cache

Source

Structs§

CellLruCache
A wrapper around LruCache to provide shared & access to content.
SyncLruCache
A wrapper around LruCache. This struct is thread safe, doesn’t return any references to any elements inside.