net.sf.ehcache.terracotta
Class TerracottaBootstrapCacheLoaderFactory
java.lang.Object
net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory<TerracottaBootstrapCacheLoader>
net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoaderFactory
public class TerracottaBootstrapCacheLoaderFactory
- extends BootstrapCacheLoaderFactory<TerracottaBootstrapCacheLoader>
- Author:
- Alex Snaps
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerracottaBootstrapCacheLoaderFactory
public TerracottaBootstrapCacheLoaderFactory()
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
Copyright 2001-2014, Terracotta, Inc.