Searched refs:cachedKey (Results 1 – 2 of 2) sorted by relevance
67 final Object cachedKey = new Object(); in testGetAllPresent_cached() local72 return cachedKey.equals(key) ? cachedValue : null; in testGetAllPresent_cached()77 ImmutableMap.of(cachedKey, cachedValue), in testGetAllPresent_cached()78 cache.getAllPresent(ImmutableList.of(cachedKey, new Object()))); in testGetAllPresent_cached()
379 private StrongKey cachedKey;412 if (cachedKey == null) {413 cachedKey = new StrongKey();416 cachedKey.obj = obj;417 StrongKey newKey = cachedKey;418 cachedKey = null;431 cachedKey = key;