Liferay 7.0-ce-m6

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

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

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

Methods in com.liferay.portal.cache.test that throw PortalCacheException
 void TestCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestCacheListener.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
           
 

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

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

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

Methods in com.liferay.portal.kernel.cache.cluster that throw PortalCacheException
 void ClusterLinkCacheReplicator.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void ClusterLinkCacheReplicator.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void ClusterLinkCacheReplicator.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void ClusterLinkCacheReplicator.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, int timeToLive)
           
 void TemplateResourceCacheListener.notifyEntryExpired(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourceCacheListener.notifyEntryPut(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourceCacheListener.notifyEntryRemoved(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourceCacheListener.notifyEntryUpdated(PortalCache<String,TemplateResource> portalCache, String key, TemplateResource templateResource, int timeToLive)
           
 void TemplateResourceCacheListener.notifyRemoveAll(PortalCache<String,TemplateResource> portalCache)
           
 


Liferay 7.0-ce-m6