public class SmartIncrementalCache<K,V extends Collection> extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) SmartCache<K,V> |
cache |
| Constructor and Description |
|---|
SmartIncrementalCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToEntry(K key,
V value) |
void |
clear() |
V |
get(K key) |
(package private) SmartCache<K,V> |
getCache() |
V |
put(K key,
V value) |
(package private) void |
setCache(SmartCache<K,V> cache) |
SmartCache<K,V extends Collection> cache