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 class
CachingRlsLbClient.RlsAsyncLruCache
Implementation ofLinkedHashLruCache
for RLS.(package private) class
LinkedHashLruCache<K,V>
A LinkedHashLruCache implements least recently used caching where it supports access order lru cache eviction while allowing entry level expiration time.
-