public class SynchronizedLRUCache<K,V> extends LRUCache<K,V>
| Constructor and Description |
|---|
SynchronizedLRUCache(int pCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
V |
get(K pKey) |
int |
getSize() |
boolean |
isEmpty() |
V |
put(K pKey,
V pValue) |
getCapacity