Module rofl::cache [] [src]

Module implementing a thread-safe LRU cache.

Structs

ThreadSafeCache

A thread-safe cache of keys & cached values. Actual values stored in the cache are Arc<V>'s.