Liferay 7.0-ce-b4

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

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

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

Methods in com.liferay.portal.kernel.cache that throw PortalCacheException
 void PortalCacheManager.clearAll()
           
 void PortalCacheManagerListener.dispose()
           
 PortalCache<K,V> PortalCacheManager.getPortalCache(String portalCacheName)
           
 PortalCache<K,V> PortalCacheManager.getPortalCache(String portalCacheName, boolean blocking)
           
 void PortalCacheManagerListener.init()
           
 void PortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
           
 

Uses of PortalCacheException in com.liferay.portal.template
 

Methods in com.liferay.portal.template that throw PortalCacheException
 void TemplateResourcePortalCacheListener.notifyEntryEvicted(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourcePortalCacheListener.notifyEntryExpired(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourcePortalCacheListener.notifyEntryPut(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourcePortalCacheListener.notifyEntryRemoved(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourcePortalCacheListener.notifyEntryUpdated(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourcePortalCacheListener.notifyRemoveAll(PortalCache<String,TemplateResource> portalCache)
           
 


Liferay 7.0-ce-b4