ICache.key_to_node

Mapping from key to TimeToIndex.Mapping struct (which contains a mapping from an access time to the index of an elements in this.items).

class ICache
protected
KeyToNode key_to_node;

Meta