public interface CacheController<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key,
CacheLoaderArgument objectType) |
Cachable.CacheType |
getCacheType() |
java.util.List<K> |
getKeys() |
boolean |
isKeyInCache(K key) |
void |
putIfAbsent(K key,
V value) |
void |
remove(com.google.common.base.Function<K,java.lang.Boolean> keyMatcher) |
boolean |
remove(K key) |
void |
removeAll() |
int |
size() |
java.util.List<K> getKeys()
boolean isKeyInCache(K key)
V get(K key, CacheLoaderArgument objectType)
boolean remove(K key)
void remove(com.google.common.base.Function<K,java.lang.Boolean> keyMatcher)
int size()
void removeAll()
Cachable.CacheType getCacheType()
Copyright © 2010-2020. All Rights Reserved.