Liferay 6.0.5

com.liferay.portal.kernel.cache
Class BasePortalCache

java.lang.Object
  extended by com.liferay.portal.kernel.cache.BasePortalCache
All Implemented Interfaces:
PortalCache
Direct Known Subclasses:
EhcachePortalCache, MemcachePortalCache, MemoryPortalCache, PooledMemcachePortalCache

public abstract class BasePortalCache
extends Object
implements PortalCache


Constructor Summary
BasePortalCache()
           
 
Method Summary
 void destroy()
           
 boolean isDebug()
           
protected  String processKey(String key)
           
 void setDebug(boolean debug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.cache.PortalCache
get, get, put, put, put, put, remove, removeAll
 

Constructor Detail

BasePortalCache

public BasePortalCache()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface PortalCache

isDebug

public boolean isDebug()

setDebug

public void setDebug(boolean debug)
Specified by:
setDebug in interface PortalCache

processKey

protected String processKey(String key)

Liferay 6.0.5