Uses of Class
com.google.common.cache.LocalCache.LoadingValueReference
Packages that use LocalCache.LoadingValueReference
-
Uses of LocalCache.LoadingValueReference in com.google.common.cache
Subclasses of LocalCache.LoadingValueReference in com.google.common.cacheModifier and TypeClassDescription(package private) static class
Methods in com.google.common.cache that return LocalCache.LoadingValueReferenceModifier and TypeMethodDescription(package private) LocalCache.LoadingValueReference
<K, V> LocalCache.Segment.insertLoadingValueReference
(K key, int hash, boolean checkTime) Returns a newly insertedLoadingValueReference
, or null if the live value reference is already loading.Methods in com.google.common.cache with parameters of type LocalCache.LoadingValueReferenceModifier and TypeMethodDescription(package private) V
LocalCache.Segment.getAndRecordStats
(K key, int hash, LocalCache.LoadingValueReference<K, V> loadingValueReference, ListenableFuture<V> newValue) Waits uninterruptibly fornewValue
to be loaded, and then records loading stats.(package private) ListenableFuture
<V> LocalCache.Segment.loadAsync
(K key, int hash, LocalCache.LoadingValueReference<K, V> loadingValueReference, CacheLoader<? super K, V> loader) (package private) V
LocalCache.Segment.loadSync
(K key, int hash, LocalCache.LoadingValueReference<K, V> loadingValueReference, CacheLoader<? super K, V> loader) (package private) boolean
LocalCache.Segment.removeLoadingValue
(K key, int hash, LocalCache.LoadingValueReference<K, V> valueReference) (package private) boolean
LocalCache.Segment.storeLoadedValue
(K key, int hash, LocalCache.LoadingValueReference<K, V> oldValueReference, V newValue)