Liferay 6.0.5

com.liferay.portal.cache.memory
Class MemoryPortalCacheManager

java.lang.Object
  extended by com.liferay.portal.cache.memory.MemoryPortalCacheManager
All Implemented Interfaces:
PortalCacheManager

public class MemoryPortalCacheManager
extends Object
implements PortalCacheManager


Constructor Summary
MemoryPortalCacheManager()
           
 
Method Summary
 void afterPropertiesSet()
           
 void clearAll()
           
 PortalCache getCache(String name)
           
 PortalCache getCache(String name, boolean blocking)
           
 void setCacheInitialCapacity(int cacheInitialCapacity)
           
 void setCacheManagerInitialCapacity(int cacheManagerInitialCapacity)
           
 void setDebug(boolean debug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryPortalCacheManager

public MemoryPortalCacheManager()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

clearAll

public void clearAll()
Specified by:
clearAll in interface PortalCacheManager

getCache

public PortalCache getCache(String name)
Specified by:
getCache in interface PortalCacheManager

getCache

public PortalCache getCache(String name,
                            boolean blocking)
Specified by:
getCache in interface PortalCacheManager

setCacheInitialCapacity

public void setCacheInitialCapacity(int cacheInitialCapacity)

setCacheManagerInitialCapacity

public void setCacheManagerInitialCapacity(int cacheManagerInitialCapacity)

setDebug

public void setDebug(boolean debug)

Liferay 6.0.5