Searched defs:cacheEntry (Results 1 – 4 of 4) sorted by relevance
42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) { in success()58 public final Cache.Entry cacheEntry; field in Response74 private Response(T result, Cache.Entry cacheEntry) { in Response()
52 CacheEntry<V> cacheEntry = new CacheEntry<V>(); in put() local70 CacheEntry<V> cacheEntry = mCacheMap.get(key); in get() local
43 Cache.Entry cacheEntry = CacheTestUtils.makeRandomCacheEntry(data); in setUp() local
530 PduCacheEntry cacheEntry = null; in load() local1156 PduCacheEntry cacheEntry; in updateParts() local