this.chunksCache = (AdvancedCache<ChunkCacheKey, Object>) chunksCache.getAdvancedCache().withFlags(Flag.SKIP_INDEXING);
this.indexName = indexName;
this.lockFactory = lf;
this.lockFactory.setLockPrefix(this.getLockID());
this.chunkSize = chunkSize;
this.fileOps = new FileListOperations(this.metadataCache, indexName);
this.readLocks = readLocker;
}