Liferay 6.1.2-ce-ga3

com.liferay.portal.cache.ehcache
Class EhcacheStreamBootstrapCacheLoader

java.lang.Object
  extended by com.liferay.portal.cache.ehcache.EhcacheStreamBootstrapCacheLoader
All Implemented Interfaces:
net.sf.ehcache.bootstrap.BootstrapCacheLoader

public class EhcacheStreamBootstrapCacheLoader
extends Object
implements net.sf.ehcache.bootstrap.BootstrapCacheLoader


Constructor Summary
EhcacheStreamBootstrapCacheLoader(Properties properties)
           
 
Method Summary
 Object clone()
           
 void doLoad(net.sf.ehcache.Ehcache ehcache)
           
 boolean isAsynchronous()
           
 void load(net.sf.ehcache.Ehcache ehcache)
           
static void resetSkip()
           
static void setSkip()
           
static void start()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheStreamBootstrapCacheLoader

public EhcacheStreamBootstrapCacheLoader(Properties properties)
Method Detail

resetSkip

public static void resetSkip()

setSkip

public static void setSkip()

start

public static void start()

clone

public Object clone()
Specified by:
clone in interface net.sf.ehcache.bootstrap.BootstrapCacheLoader
Overrides:
clone in class Object

doLoad

public void doLoad(net.sf.ehcache.Ehcache ehcache)

isAsynchronous

public boolean isAsynchronous()
Specified by:
isAsynchronous in interface net.sf.ehcache.bootstrap.BootstrapCacheLoader

load

public void load(net.sf.ehcache.Ehcache ehcache)
Specified by:
load in interface net.sf.ehcache.bootstrap.BootstrapCacheLoader

Liferay 6.1.2-ce-ga3