Package | Description |
---|---|
org.egothor.cache.multiQueue |
Provides classes that help implementing a cache using MQ algorithm as an eviction policy.
|
Modifier and Type | Method and Description |
---|---|
MultiQueueFunction |
MultiQueueCache.queueFunction()
Gets the class that is used to compute the queue number.
|
Constructor and Description |
---|
MultiQueueCache(int capacity,
int outCapacity,
byte numberOfQueues,
MultiQueueFunction queueFunction)
Constructor for the MultiQueueCache object.
|
MultiQueueCache(Resolver<K,V> resolver,
int capacity,
int outCapacity,
byte numberOfQueues,
MultiQueueFunction queueFunction)
Constructor for the MultiQueueCache object.
|
Copyright © 2016 Egothor. All Rights Reserved.