Module cache

Module cache 

Source
Expand description

Module implementing all things cache related

Structs§

KeyPointerCache
An object that caches the location of the newest item with a given key. This cache also caches pages states and page pointers.
NoCache
A cache object implementing no cache.
PagePointerCache
A cache object that keeps track of the page states and some pointers to the items in the page.
PageStateCache
A cache object that keeps track of the page states.

Traits§

CacheImpl
Trait implemented by all cache types
KeyCacheImpl
Trait implemented by all cache types that know about keys