public class SmartIncrementalCache<K,V extends Collection> extends Object
Constructor and Description |
---|
SmartIncrementalCache() |
Modifier and Type | Method and Description |
---|---|
void |
addToEntry(K key,
V value) |
void |
clear() |
V |
get(K key) |
V |
put(K key,
V value) |
Copyright © 2018 Hitachi Vantara. All rights reserved.