ehcache

net.sf.ehcache.terracotta
Class TerracottaBootstrapCacheLoaderFactory

java.lang.Object
  extended by net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory<TerracottaBootstrapCacheLoader>
      extended by net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoaderFactory

public class TerracottaBootstrapCacheLoaderFactory
extends BootstrapCacheLoaderFactory<TerracottaBootstrapCacheLoader>

Author:
Alex Snaps

Field Summary
 
Fields inherited from class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
BOOTSTRAP_ASYNCHRONOUSLY
 
Constructor Summary
TerracottaBootstrapCacheLoaderFactory()
           
 
Method Summary
 TerracottaBootstrapCacheLoader 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

TerracottaBootstrapCacheLoaderFactory

public TerracottaBootstrapCacheLoaderFactory()
Method Detail

createBootstrapCacheLoader

public TerracottaBootstrapCacheLoader createBootstrapCacheLoader(Properties properties)
Description copied from class: BootstrapCacheLoaderFactory
Create a BootstrapCacheLoader

Specified by:
createBootstrapCacheLoader in class BootstrapCacheLoaderFactory<TerracottaBootstrapCacheLoader>
Parameters:
properties - implementation specific properties. These are configured as comma separated name value pairs in ehcache.xml
Returns:
a constructed BootstrapCacheLoader

ehcache

Copyright 2001-2014, Terracotta, Inc.