config.purgerThreads(purgerThreads());
config.setLockAcquistionTimeout(lockAcquistionTimeout());
config.setLockConcurrencyLevel(lockConcurrencyLevel());
config.fsyncInterval(fsyncInterval);
config.fsyncMode(FileCacheStoreConfig.FsyncMode.valueOf(fsyncMode.name()));
config.streamBufferSize(streamBufferSize);
config.location(location);
XmlConfigHelper.setValues(config, properties(), false, true);