public interface ICacheStorage<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
V |
get(K key) |
void |
put(K key,
V value) |
void |
remove(K key) |
java.util.Collection<V> |
values() |
Copyright © 2019. All Rights Reserved.