net.sf.ehcache.store
Class DiskStoreBootstrapCacheLoaderFactory
java.lang.Object
  
net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory<DiskStoreBootstrapCacheLoader>
      
net.sf.ehcache.store.DiskStoreBootstrapCacheLoaderFactory
public class DiskStoreBootstrapCacheLoaderFactory
- extends BootstrapCacheLoaderFactory<DiskStoreBootstrapCacheLoader>
 
Factory class to create DiskStoreBootstrapCacheLoader instances.
 You can simply add this to your ehcache.xml configuration file.
- Author:
 
  - Alex Snaps
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DiskStoreBootstrapCacheLoaderFactory
public DiskStoreBootstrapCacheLoaderFactory()
createBootstrapCacheLoader
public DiskStoreBootstrapCacheLoader createBootstrapCacheLoader(Properties properties)
- Create a 
BootstrapCacheLoader
- Specified by:
 createBootstrapCacheLoader in class BootstrapCacheLoaderFactory<DiskStoreBootstrapCacheLoader>
 
- Parameters:
 properties - implementation specific properties. These are configured as comma
                   separated name value pairs in ehcache.xml
- Returns:
 - a constructed BootstrapCacheLoader
 
 
 
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.