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

Method invalidateAll

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

Invalidates cache entries for all keys. This operation will trigger EvictionListener with EvictionType#EXPLICIT.

()

Source from the content-addressed store, hash-verified

53 * with {@link EvictionType#EXPLICIT}.
54 */
55 void invalidateAll();
56
57 /** Returns {@code true} if given key is cached. */
58 @CheckReturnValue

Callers 1

invalidateAllMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

invalidateAllMethod · 0.52