173174175176177178179180181182183
this.indices = new LRUIndexMap(capacity, this.getPath() + File.separator + name + "_indexCache", enableIndexLRU); } else { this.indices = new ConcurrentIndexMap(); } } else { this.indices = indices; }