Lines Matching defs:cache
107 if (DBG) log("Start refreshing cache.");
142 * When cache is being refreshed, this whole object will be replaced with a newer object,
156 CallerInfoCache cache = new CallerInfoCache(context);
157 // The first cache should be available ASAP.
158 cache.startAsyncCache();
159 return cache;
171 Log.w(LOG_TAG, "Previous cache task is remaining.");
182 // to block incoming calls asking for the cache. So this method just does full query
183 // and replaces the older cache with newer one. To refrain from blocking incoming calls,
193 // cache here again, and replace it with older one.
231 Log.d(LOG_TAG, "New cache size: " + newNumberToEntry.size());
246 // drop old cache. Also the case is fairly rare in usual cases unless acore being
279 * @return CacheEntry to be used. Maybe null if there's no cache here. Note that this may
280 * return null when the cache itself is not ready. BE CAREFUL. (or might be better to throw
285 // Very unusual state. This implies the cache isn't ready during the request, while
287 Log.w(LOG_TAG, "Fallback cache isn't ready.");