Class LoadingCache<K,KK,V>
java.lang.Object
org.springframework.cglib.core.internal.LoadingCache<K,KK,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
-
loader
-
keyMapper
-
IDENTITY
-
-
Constructor Details
-
LoadingCache
-
-
Method Details
-
identity
-
get
-
createEntry
Loads entry to the cache. If entry is missing, putFutureTask
first so other competing thread might wait for the result.- Parameters:
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>
- Returns:
- newly created instance
-