public class Cache<K,V> extends Object
| Constructor and Description |
|---|
Cache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
V |
get(K oid) |
int |
getMaxSize() |
Set<K> |
keySet() |
void |
put(K key,
V obj) |
void |
putAll(Map<? extends K,? extends V> m) |
void |
remove(K key) |
void |
setMaxSize(int maxSize) |
long |
size() |
Copyright © 2018. All rights reserved.