Module moka::sync

source ·
Available on crate feature sync only.
Expand description

Provides thread-safe, concurrent cache implementations.

Structs§

  • A thread-safe concurrent synchronous in-memory cache.
  • Builds a Cache or SegmentedCache with various configuration knobs.
  • Iterator visiting all key-value pairs in a cache in arbitrary order.
  • Provides advanced methods to select or insert an entry of the cache.
  • Provides advanced methods to select or insert an entry of the cache.
  • A thread-safe concurrent in-memory cache, with multiple internal segments.

Traits§

Type Aliases§