Liferay 7.0-ce-m3

com.liferay.portal.cache.ehcache
Class EhcacheBootstrapLoaderAdapter

java.lang.Object
  extended by com.liferay.portal.cache.ehcache.EhcacheBootstrapLoaderAdapter
All Implemented Interfaces:
BootstrapLoader

public class EhcacheBootstrapLoaderAdapter
extends Object
implements BootstrapLoader


Constructor Summary
EhcacheBootstrapLoaderAdapter(net.sf.ehcache.bootstrap.BootstrapCacheLoader bootstrapCacheLoader)
           
 
Method Summary
 boolean isAsynchronous()
           
 void load(String portalCacheManagerName, String portalCacheName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheBootstrapLoaderAdapter

public EhcacheBootstrapLoaderAdapter(net.sf.ehcache.bootstrap.BootstrapCacheLoader bootstrapCacheLoader)
Method Detail

isAsynchronous

public boolean isAsynchronous()
Specified by:
isAsynchronous in interface BootstrapLoader

load

public void load(String portalCacheManagerName,
                 String portalCacheName)
Specified by:
load in interface BootstrapLoader

Liferay 7.0-ce-m3