Uses of Interface
io.grpc.rls.LruCache
-
Packages that use LruCache Package Description io.grpc.rls -
-
Uses of LruCache in io.grpc.rls
Classes in io.grpc.rls that implement LruCache Modifier and Type Class Description private static classCachingRlsLbClient.RlsAsyncLruCacheImplementation 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.
-