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, extractLong
public DiskStoreBootstrapCacheLoaderFactory()
public DiskStoreBootstrapCacheLoader createBootstrapCacheLoader(Properties properties)
BootstrapCacheLoader
createBootstrapCacheLoader
in class BootstrapCacheLoaderFactory<DiskStoreBootstrapCacheLoader>
properties
- implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xmlCopyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.