接口 CacheMap<K,V>
- 类型参数:
K- type of the keyV- type of the value
- 所有已知实现类:
ConcurrentLinkedHashMapWrapper
public interface CacheMap<K,V>
A common cache map interface.
- 从以下版本开始:
- 0.2.0
- 作者:
- Eric Zhao
-
方法概要
-
方法详细资料
-
containsKey
-
get
-
remove
-
put
-
putIfAbsent
-
size
long size() -
clear
void clear() -
keySet
-