Liferay 6.2-ce-ga5

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()
           
 PortalCache<K,V> PortalCacheManager.getCache(String name)
           
 PortalCache<K,V> PortalCacheManager.getCache(String name, boolean blocking)
           
 void CacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value)
           
 void CacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
           
 

Uses of PortalCacheException in com.liferay.portal.template
 

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


Liferay 6.2-ce-ga5