ehcache

net.sf.ehcache.store
Class DiskStoreBootstrapCacheLoaderFactory

java.lang.Object
  extended by net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory<DiskStoreBootstrapCacheLoader>
      extended by 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

Field Summary
 
Fields inherited from class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
BOOTSTRAP_ASYNCHRONOUSLY
 
Constructor Summary
DiskStoreBootstrapCacheLoaderFactory()
           
 
Method Summary
 DiskStoreBootstrapCacheLoader createBootstrapCacheLoader(Properties properties)
          Create a BootstrapCacheLoader
 
Methods inherited from class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
extractBoolean, extractBootstrapAsynchronously, extractLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskStoreBootstrapCacheLoaderFactory

public DiskStoreBootstrapCacheLoaderFactory()
Method Detail

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

ehcache

Copyright 2001-2015, Terracotta, Inc.