|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.concurrent.ConcurrentLFUCache<K,V>
public class ConcurrentLFUCache<K,V>
| Constructor Summary | |
|---|---|
ConcurrentLFUCache(int maxSize)
|
|
ConcurrentLFUCache(int maxSize,
float loadFactor)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
long |
evictCount()
|
int |
expectedSize()
|
V |
get(K key)
|
long |
hitCount()
|
int |
maxSize()
|
long |
missCount()
|
protected void |
onRemove(K key,
V value)
|
void |
put(K key,
V value)
|
long |
putCount()
|
int |
size()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConcurrentLFUCache(int maxSize)
public ConcurrentLFUCache(int maxSize,
float loadFactor)
| Method Detail |
|---|
public void clear()
public long evictCount()
public int expectedSize()
public V get(K key)
public long hitCount()
public int maxSize()
public long missCount()
public void put(K key,
V value)
public long putCount()
public int size()
public String toString()
toString in class Object
protected void onRemove(K key,
V value)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||