cb.storeAsBinary().enable();
Factory<CacheLoader<K,V>> cacheLoaderFactory = c.getCacheLoaderFactory();
if (cacheLoaderFactory != null) {
// User-defined cache loader will be plugged once cache has started
cb.persistence().addStore(JStoreAdapterConfigurationBuilder.class);
}
Factory<CacheWriter<? super K, ? super V>> cacheWriterFactory = c.getCacheWriterFactory();
if (cacheWriterFactory != null) {
// User-defined cache writer will be plugged once cache has started