Expand description
Module implementing all things cache related
Structs§
- KeyPointer
Cache - 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.
- Page
Pointer Cache - A cache object that keeps track of the page states and some pointers to the items in the page.
- Page
State Cache - A cache object that keeps track of the page states.
Traits§
- Cache
Impl - Trait implemented by all cache types
- KeyCache
Impl - Trait implemented by all cache types that know about keys