.globalJmxStatistics().transport().defaultTransport().build();
Configuration cacheConfig = new ConfigurationBuilder()
.loaders()
.addStore()
.cacheStore(new LevelDBCacheStore())
.addProperty("location", tmpDataDirectory)
.addProperty("expiredLocation", tmpExpiredDirectory)
.build();
EmbeddedCacheManager cacheManager = new DefaultCacheManager(