|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.kernel.concurrent.ConcurrentLRUCache<K,V>
public class ConcurrentLRUCache<K,V>
Constructor Summary | |
---|---|
ConcurrentLRUCache(int maxSize)
|
Method Summary | |
---|---|
long |
evictCount()
|
V |
get(K key)
|
long |
hitCount()
|
int |
maxSize()
|
long |
missCount()
|
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 ConcurrentLRUCache(int maxSize)
Method Detail |
---|
public long evictCount()
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
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |