All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Semantic<K,V,V> |
computeIfAbsent(K key,
Callable<V> _function) |
Semantic<K,V,Boolean> |
contains(K key) |
Semantic<K,V,Boolean> |
containsAndRemove(K key) |
Semantic<K,V,Void> |
expire(K key,
long t) |
Semantic<K,V,V> |
get(K key) |
Semantic<K,V,ResultEntry<K,V>> |
getEntry(K key) |
<R> Semantic<K,V,R> |
invoke(K key,
boolean _readThrough,
EntryProcessor<K,V,R> _processor) |
Semantic<K,V,V> |
peek(K key) |
Semantic<K,V,V> |
peekAndPut(K key,
V value) |
Semantic<K,V,V> |
peekAndRemove(K key) |
Semantic<K,V,V> |
peekAndReplace(K key,
V value) |
Semantic<K,V,ResultEntry<K,V>> |
peekEntry(K key) |
Semantic<K,V,V> |
put(K key,
V value) |
Semantic<K,V,Boolean> |
putIfAbsent(K key,
V value)
Updates intentionally hit and miss counter to adjust with JSR107.
|
Semantic<K,V,V> |
remove(K key) |
Semantic<K,V,Boolean> |
remove(K key,
V value) |
Semantic<K,V,Boolean> |
replace(K key,
V value)
Updates intentionally hit and miss counter to adjust with JSR107.
|
Semantic<K,V,Boolean> |
replace(K key,
V value,
V newValue) |
Semantic<K,V,CacheEntry<K,V>> |
replaceOrGet(K key,
V value,
V newValue,
CacheEntry<K,V> dummyEntry) |