Searched refs:cachedKey (Results 1 – 3 of 3) sorted by relevance
68 final Object cachedKey = new Object(); in testGetAllPresent_cached() local74 return cachedKey.equals(key) ? cachedValue : null; in testGetAllPresent_cached()79 ImmutableMap.of(cachedKey, cachedValue), in testGetAllPresent_cached()80 cache.getAllPresent(ImmutableList.of(cachedKey, new Object()))); in testGetAllPresent_cached()
390 private StrongKey cachedKey;423 if (cachedKey == null) {424 cachedKey = new StrongKey();427 cachedKey.obj = obj;428 StrongKey newKey = cachedKey;429 cachedKey = null;442 cachedKey = key;