Liferay 6.0.5

com.liferay.portal.kernel.cache
Interface PortalCacheManager

All Known Implementing Classes:
EhcachePortalCacheManager, MemcachePortalCacheManager, MemoryPortalCacheManager, PooledMemcachePortalCacheManager

public interface PortalCacheManager


Method Summary
 void clearAll()
           
 PortalCache getCache(String name)
           
 PortalCache getCache(String name, boolean blocking)
           
 

Method Detail

clearAll

void clearAll()
              throws PortalCacheException
Throws:
PortalCacheException

getCache

PortalCache getCache(String name)
                     throws PortalCacheException
Throws:
PortalCacheException

getCache

PortalCache getCache(String name,
                     boolean blocking)
                     throws PortalCacheException
Throws:
PortalCacheException

Liferay 6.0.5