Searched refs:getCachedValue (Results 1 – 3 of 3) sorted by relevance
149 public CachedValue<V> getCachedValue(K key) { in getCachedValue() method in ExpirableCache166 CachedValue<V> cachedValue = getCachedValue(key); in getPossiblyExpired()180 CachedValue<V> cachedValue = getCachedValue(key); in get()
691 return mInvitableAccountTypeCache.getCachedValue(); in getUsableInvitableAccountTypes()784 public Map<AccountTypeWithDataSet, AccountType> getCachedValue() { in getCachedValue() method in AccountTypeManagerImpl.InvitableAccountTypeCache
110 ExpirableCache.CachedValue<ContactInfo> cachedInfo = cache.getCachedValue(numberCountryIso); in getValue()