Home | History | Annotate | Download | only in util

Lines Matching defs:ROOT_CACHE

312     private static Map<String, RootType> ROOT_CACHE = new ConcurrentHashMap<String, RootType>();
315 RootType rootType = ROOT_CACHE.get(baseName);
332 ROOT_CACHE.put(baseName, rootType);
339 ROOT_CACHE.put(baseName, rootType);