Package 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
-
-
Field Summary
-
Fields inherited from class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
BOOTSTRAP_ASYNCHRONOUSLY
-
-
Constructor Summary
Constructors Constructor Description TerracottaBootstrapCacheLoaderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TerracottaBootstrapCacheLoadercreateBootstrapCacheLoader(java.util.Properties properties)Create aBootstrapCacheLoader-
Methods inherited from class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
extractBoolean, extractBootstrapAsynchronously, extractLong
-
-
-
-
Method Detail
-
createBootstrapCacheLoader
public TerracottaBootstrapCacheLoader createBootstrapCacheLoader(java.util.Properties properties)
Description copied from class:BootstrapCacheLoaderFactoryCreate aBootstrapCacheLoader- Specified by:
createBootstrapCacheLoaderin classBootstrapCacheLoaderFactory<TerracottaBootstrapCacheLoader>- Parameters:
properties- implementation specific properties. These are configured as comma separated name value pairs in ehcache.xml- Returns:
- a constructed BootstrapCacheLoader
-
-