CacheBase
Description
- Derived from
-
ICacheBase<TId>
- Extended by
-
LruCache sealed
SimpleCache sealed
Abstract base class for ICacheBase implementations.
Protected / Methods
HashPut
Inserts the given mapping from page ID to page index into the hashtable.
If the mapping already exists, the method silently returns.
The indexToId array is updated by this method.
HashRemove
Removes the ID to index mapping of the given page from the hashtable.
The indexToId array is not updated by this method.