Searched refs:getSourceLocaleIDCache (Results 1 – 1 of 1) sorted by relevance
855 synchronized (getSourceLocaleIDCache) { in getCachedFullStatus()856 AliasLocation fullStatus = getSourceLocaleIDCache.get(xpath); in getCachedFullStatus()859 getSourceLocaleIDCache.put(xpath, fullStatus); // cache copy in getCachedFullStatus()878 …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()1169 getSourceLocaleIDCache.remove(path); in valueChanged()