MCPcopy Create free account
hub / github.com/grpc/grpc-java / hasCacheEntry

Method hasCacheEntry

rls/src/main/java/io/grpc/rls/LruCache.java:58–58  ·  view source on GitHub ↗

Returns true if given key is cached.

(K key)

Source from the content-addressed store, hash-verified

56
57 /** Returns {@code true} if given key is cached. */
58 @CheckReturnValue
59 boolean hasCacheEntry(K key);
60
61 /**

Callers 1

resizeMethod · 0.65

Implementers 1

LinkedHashLruCacherls/src/main/java/io/grpc/rls/LinkedHa

Calls

no outgoing calls

Tested by 1

resizeMethod · 0.52