Liferay 6.2-ce-ga5

com.liferay.portal.cache.ehcache
Class LiferayBootstrapCacheLoaderFactory<T extends net.sf.ehcache.bootstrap.BootstrapCacheLoader>

java.lang.Object
  extended by net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory<T>
      extended by com.liferay.portal.cache.ehcache.LiferayBootstrapCacheLoaderFactory<T>

public class LiferayBootstrapCacheLoaderFactory<T extends net.sf.ehcache.bootstrap.BootstrapCacheLoader>
extends net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory<T>


Field Summary
 
Fields inherited from class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
BOOTSTRAP_ASYNCHRONOUSLY
 
Constructor Summary
LiferayBootstrapCacheLoaderFactory()
           
 
Method Summary
 T createBootstrapCacheLoader(Properties properties)
           
 
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

LiferayBootstrapCacheLoaderFactory

public LiferayBootstrapCacheLoaderFactory()
Method Detail

createBootstrapCacheLoader

public T createBootstrapCacheLoader(Properties properties)
Specified by:
createBootstrapCacheLoader in class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory<T extends net.sf.ehcache.bootstrap.BootstrapCacheLoader>

Liferay 6.2-ce-ga5