Uses of Interface
io.grpc.rls.LruCache
Packages that use LruCache
-
Uses of LruCache in io.grpc.rls
Classes in io.grpc.rls that implement LruCacheModifier and TypeClassDescriptionprivate static final classImplementation ofLinkedHashLruCachefor RLS.(package private) classLinkedHashLruCache<K,V> A LinkedHashLruCache implements least recently used caching where it supports access order lru cache eviction while allowing entry level expiration time.