类 LoadingCache<K,KK,V>
java.lang.Object
cn.taketoday.bytecode.core.LoadingCache<K,KK,V>
- 从以下版本开始:
- 2019-09-01 22:04
- 作者:
- Harry Yang
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
loader
-
keyMapper
-
map
-
-
构造器详细资料
-
LoadingCache
-
-
方法详细资料
-
get
-
createEntry
Loads entry to the cache. If entry is missing, putFutureTaskfirst so other competing thread might wait for the result.- 参数:
key- original key that would be used to load the instancecacheKey- key that would be used to store the entry in internal mapv- null orFutureTask<V>- 返回:
- newly created instance
-