K - key typeV - value type@Deprecated public interface Cache<K,V> extends Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
get(Object key)
Deprecated.
|
CacheElement<V> |
getElement(K key)
Deprecated.
|
Set<K> |
keySet()
Deprecated.
|
V |
put(K key,
CacheElement<V> element)
Deprecated.
|
V |
put(K key,
V value)
Deprecated.
Short verision of put(K key, CacheElement
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesV put(K key, CacheElement<V> element)
CacheElement<V> getElement(K key)
V put(K key, V value)
Copyright © 2019. All rights reserved.