Uses of Class
io.grpc.rls.LinkedHashLruCache.SizedValue
-
Packages that use LinkedHashLruCache.SizedValue Package Description io.grpc.rls -
-
Uses of LinkedHashLruCache.SizedValue in io.grpc.rls
Fields in io.grpc.rls with type parameters of type LinkedHashLruCache.SizedValue Modifier and Type Field Description private java.util.LinkedHashMap<K,LinkedHashLruCache.SizedValue>LinkedHashLruCache. delegateprivate LruCache.EvictionListener<K,LinkedHashLruCache.SizedValue>LinkedHashLruCache. evictionListenerMethods in io.grpc.rls that return LinkedHashLruCache.SizedValue Modifier and Type Method Description private LinkedHashLruCache.SizedValueLinkedHashLruCache. readInternal(K key)Methods in io.grpc.rls with parameters of type LinkedHashLruCache.SizedValue Modifier and Type Method Description voidLinkedHashLruCache.SizeHandlingEvictionListener. onEviction(K key, LinkedHashLruCache.SizedValue value, LruCache.EvictionType cause)
-