com.liferay.portal.kernel.cache
Interface PortalCacheManager


public interface PortalCacheManager

View Source

Author:
Joseph Shum

Method Summary
 void clearAll()
           
 PortalCache getCache(java.lang.String name)
           
 

Method Detail

clearAll

void clearAll()
              throws PortalCacheException
Throws:
PortalCacheException

getCache

PortalCache getCache(java.lang.String name)
                     throws PortalCacheException
Throws:
PortalCacheException