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

Method close

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

Closes underlying resources.

()

Source from the content-addressed store, hash-verified

67
68 /** Closes underlying resources. */
69 void close();
70
71 /** A Listener notifies cache eviction events. */
72 interface EvictionListener<K, V> {

Callers 8

tearDownMethod · 0.65
metricGaugesMethod · 0.65
shutdownMethod · 0.65
closeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 4

tearDownMethod · 0.52
metricGaugesMethod · 0.52