Home | History | Annotate | Download | only in impl

Lines Matching defs:idcache

585         synchronized (this) { // or idcache-only lock?
586 if (idcache == null) {
595 this.idcache = Collections.unmodifiableMap(mutableMap);
601 return idcache;
603 private Map<String, Factory> idcache;
900 idcache = null;