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

Method read

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

Returns cached value for given key if exists, otherwise null. This operation doesn't return already expired cache entry.

(K key)

Source from the content-addressed store, hash-verified

36 * return already expired cache entry.
37 */
38 @Nullable
39 @CheckReturnValue
40 V read(K key);
41

Callers 15

shouldThrottleMethod · 0.65
negativeTickerValuesMethod · 0.65
sizeMethod · 0.65
eviction_expireMethod · 0.65
eviction_explicitMethod · 0.65
eviction_replacedMethod · 0.65
updateEntrySizeMethod · 0.65
invalidateAllMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

shouldThrottleMethod · 0.52
negativeTickerValuesMethod · 0.52
sizeMethod · 0.52
eviction_expireMethod · 0.52
eviction_explicitMethod · 0.52
eviction_replacedMethod · 0.52
updateEntrySizeMethod · 0.52
invalidateAllMethod · 0.52