|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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()
|
java.lang.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 java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||