Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.cache.PortalCacheException

Packages that use PortalCacheException
com.liferay.portal.kernel.cache   
 

Uses of PortalCacheException in com.liferay.portal.kernel.cache
 

Methods in com.liferay.portal.kernel.cache that throw PortalCacheException
 void PortalCacheManager.clearAll()
           
 PortalCache PortalCacheManager.getCache(String name)
           
 PortalCache PortalCacheManager.getCache(String name, boolean blocking)
           
 void CacheListener.notifyEntryEvicted(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyEntryExpired(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyEntryPut(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyEntryRemoved(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyEntryUpdated(PortalCache portalCache, Serializable key, Object value)
           
 void CacheListener.notifyRemoveAll(PortalCache portalCache)
           
 


Liferay 6.1.2-ce-ga3