public class DiskStoreBootstrapCacheLoaderFactory extends BootstrapCacheLoaderFactory<DiskStoreBootstrapCacheLoader>
DiskStoreBootstrapCacheLoader instances.
You can simply add this to your ehcache.xml configuration file.BOOTSTRAP_ASYNCHRONOUSLY| Constructor and Description |
|---|
DiskStoreBootstrapCacheLoaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
DiskStoreBootstrapCacheLoader |
createBootstrapCacheLoader(Properties properties)
Create a
BootstrapCacheLoader |
extractBoolean, extractBootstrapAsynchronously, extractLongpublic DiskStoreBootstrapCacheLoaderFactory()
public DiskStoreBootstrapCacheLoader createBootstrapCacheLoader(Properties properties)
BootstrapCacheLoadercreateBootstrapCacheLoader in class BootstrapCacheLoaderFactory<DiskStoreBootstrapCacheLoader>properties - implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xmlCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.