See: Description
Interface | Description |
---|---|
MultiQueueFunction |
Interface used by MQ algorithm to compute the queue number according to frequency of access.
|
Class | Description |
---|---|
MultiQueueCache<K,V> |
Implementation of
Cache that uses the MQ algorithm as an eviction policy. |
MultiQueueEntry<K> |
Represents a node that holds information about key, access and expire time, frequency and queue number.
|
Copyright © 2016 Egothor. All Rights Reserved.