Expand description

Module providing abstractions to represent caches.

Modules

  • Module providing abstractions to represent an LRUCache.

Enums

  • The outcome of an eviction from a cache.
  • The outcome of a lookup query from a Cache.

Traits

  • A size bounded map, where certain existing entries are evicted to make space for new entries.