Uses of Class
io.grpc.rls.LinkedHashLruCache.SizedValue
Packages that use LinkedHashLruCache.SizedValue
-
Uses of LinkedHashLruCache.SizedValue in io.grpc.rls
Fields in io.grpc.rls with type parameters of type LinkedHashLruCache.SizedValueModifier and TypeFieldDescriptionprivate final LinkedHashMap
<K, LinkedHashLruCache<K, V>.SizedValue> LinkedHashLruCache.delegate
private final LruCache.EvictionListener
<K, LinkedHashLruCache<K, V>.SizedValue> LinkedHashLruCache.evictionListener
Methods in io.grpc.rls that return LinkedHashLruCache.SizedValueModifier and TypeMethodDescriptionprivate LinkedHashLruCache<K,
V>.SizedValue LinkedHashLruCache.readInternal
(K key) Methods in io.grpc.rls with parameters of type LinkedHashLruCache.SizedValueModifier and TypeMethodDescriptionvoid
LinkedHashLruCache.SizeHandlingEvictionListener.onEviction
(K key, LinkedHashLruCache<K, V>.SizedValue value, LruCache.EvictionType cause)