类 ForestCache<K,V>
java.lang.Object
com.dtflys.forest.utils.ForestCache<K,V>
-
构造器概要
构造器构造器说明ForestCache(long maxSize) ForestCache(long maxSize, long expireAfterAccess, TimeUnit timeUnit) ForestCache(long maxSize, Duration expireAfterAccess) -
方法概要
-
构造器详细资料
-
ForestCache
-
ForestCache
-
ForestCache
public ForestCache(long maxSize)
-
-
方法详细资料
-
size
public int size() -
evictionCount
public long evictionCount() -
isEmpty
public boolean isEmpty() -
containsKey
-
containsValue
-
get
-
put
-
putAll
-
clear
public void clear() -
toMap
-
keySet
-
values
-
entrySet
-