// Initialize Anti-Cache
if (hstore_conf.site.anticache_enable) {
File acFile = AntiCacheManager.getDatabaseDir(this);
long blockSize = hstore_conf.site.anticache_block_size;
eeTemp.antiCacheInitialize(acFile, blockSize);
}
// Initialize STORAGE_MMAP
if (hstore_conf.site.storage_mmap) {