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. delegate
private LruCache.EvictionListener<K,LinkedHashLruCache.SizedValue>
LinkedHashLruCache. evictionListener
Methods in io.grpc.rls that return LinkedHashLruCache.SizedValue Modifier and Type Method Description private LinkedHashLruCache.SizedValue
LinkedHashLruCache. readInternal(K key)
Methods in io.grpc.rls with parameters of type LinkedHashLruCache.SizedValue Modifier and Type Method Description void
LinkedHashLruCache.SizeHandlingEvictionListener. onEviction(K key, LinkedHashLruCache.SizedValue value, LruCache.EvictionType cause)
-