Searched refs:getSourceLocaleIDCache (Results 1 – 1 of 1) sorted by relevance
850 synchronized (getSourceLocaleIDCache) { in getCachedFullStatus()851 AliasLocation fullStatus = getSourceLocaleIDCache.get(xpath); in getCachedFullStatus()854 getSourceLocaleIDCache.put(xpath, fullStatus); // cache copy in getCachedFullStatus()920 …private transient Map<String, AliasLocation> getSourceLocaleIDCache = new WeakHashMap<String, Alia… field in XMLSource.ResolvingSource1157 synchronized (getSourceLocaleIDCache) { in valueChanged()1158 AliasLocation location = getSourceLocaleIDCache.remove(xpath); in valueChanged()1167 getSourceLocaleIDCache.remove(path); in valueChanged()