Uses of Class
io.grpc.rls.LinkedHashLruCache.SizedValue
Packages that use LinkedHashLruCache.SizedValue
-
Uses of LinkedHashLruCache.SizedValue in io.grpc.rls
Classes in io.grpc.rls that implement interfaces with type arguments of type LinkedHashLruCache.SizedValueModifier and TypeClassDescriptionprivate final classALruCache.EvictionListenerkeeps track of size.Fields in io.grpc.rls with type parameters of type LinkedHashLruCache.SizedValueModifier and TypeFieldDescriptionprivate final LinkedHashMap<K, LinkedHashLruCache<K, V>.SizedValue> LinkedHashLruCache.delegateprivate final LruCache.EvictionListener<K, LinkedHashLruCache<K, V>.SizedValue> LinkedHashLruCache.evictionListenerMethods 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 TypeMethodDescriptionvoidLinkedHashLruCache.SizeHandlingEvictionListener.onEviction(K key, LinkedHashLruCache<K, V>.SizedValue value, LruCache.EvictionType cause)