Searched refs:getCacheEntry (Results 1 – 5 of 5) sorted by relevance
78 assertNull(request.getCacheEntry()); in cacheMiss()101 assertSame(entry, request.getCacheEntry()); in softExpiredCacheHit()113 assertSame(entry, request.getCacheEntry()); in expiredCacheHit()
164 return loader.getCacheEntry(errorCode); in loadTailoring()247 return getCacheEntry(errorCode); in loadFromLocale()299 return getCacheEntry(errorCode); in loadFromBundle()343 return getCacheEntry(errorCode); in loadFromCollations()373 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()463 CollationLoader::getCacheEntry(UErrorCode &errorCode) { in getCacheEntry() function in CollationLoader
99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
96 addCacheHeaders(headers, request.getCacheEntry()); in performRequest()105 Entry entry = request.getCacheEntry(); in performRequest()
300 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request