this.dataFileCache = paramDataFileCache;
this.capacity = paramDataFileCache.capacity();
this.bytesCapacity = paramDataFileCache.bytesCapacity();
this.rowComparator = new CachedObjectComparator();
this.rowTable = new CachedObject[this.capacity];
this.cacheMap = new ObjectCacheHashMap(this.capacity);
this.cacheBytesLength = 0L;
}