Home
last modified time | relevance | path

Searched refs:calculatedValue (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java246 V calculatedValue; in load() local
258 calculatedValue = loader.load(castKey); in load()
259 put(castKey, calculatedValue); in load()
271 if (calculatedValue == null) { in load()
276 return calculatedValue; in load()