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 class
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.