Searched defs:cacheKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java341 String key = cacheKey(true);
344 cache.put(cacheKey(false), this);
362 cache.remove(cacheKey(true), this);
364 cache.remove(cacheKey(false), this);
422 String cacheKey(boolean includeRealm) { method in class:AuthenticationInfo
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java327 private volatile CacheKey cacheKey; field in class:ResourceBundle
670 private CacheKey cacheKey; field in class:ResourceBundle.LoaderReference
674 cacheKey = key;
678 return cacheKey;
688 private CacheKey cacheKey; field in class:ResourceBundle.BundleReference
692 cacheKey = key;
696 return cacheKey;
1259 CacheKey cacheKey = new CacheKey(baseName, locale, loader);
1263 BundleReference bundleRef = cacheList.get(cacheKey);
1296 bundle = findBundle(cacheKey, candidateLocale
1345 findBundle(CacheKey cacheKey, List<Locale> candidateLocales, List<String> formats, int index, Control control, ResourceBundle baseBundle) argument
1422 loadBundle(CacheKey cacheKey, List<String> formats, Control control, boolean reload) argument
1516 findBundleInCache(CacheKey cacheKey, Control control) argument
1623 putBundleInCache(CacheKey cacheKey, ResourceBundle bundle, Control control) argument
1656 setExpirationTime(CacheKey cacheKey, Control control) argument
[all...]

Completed in 48 milliseconds