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

Method estimatedSize

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

Returns the estimated number of entry of the cache. Note that the size can be larger than its true size, because there might be already expired cache.

()

Source from the content-addressed store, hash-verified

63 * true size, because there might be already expired cache.
64 */
65 @CheckReturnValue
66 int estimatedSize();
67
68 /** Closes underlying resources. */

Callers 9

eviction_sizeMethod · 0.65
sizeMethod · 0.65
invalidateAllMethod · 0.65
resizeMethod · 0.65
testFitToLimitMethod · 0.65
acceptMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 8

eviction_sizeMethod · 0.52
sizeMethod · 0.52
invalidateAllMethod · 0.52
resizeMethod · 0.52
testFitToLimitMethod · 0.52