Expand description
Provides thread-safe, concurrent cache implementations.
Structs§
- A thread-safe concurrent synchronous in-memory cache.
- Builds a
Cache
orSegmentedCache
with various configuration knobs. - A thread-safe concurrent in-memory cache, with multiple internal segments.
Traits§
- Provides extra methods that will be useful for testing.
Type Aliases§
- The type of the unique ID to identify a predicate used by
Cache::invalidate_entries_if
method.