Liferay 7.0-ce-m3

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

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

Uses of PortalCacheException in com.liferay.portal.cache
 

Methods in com.liferay.portal.cache that throw PortalCacheException
 void AbstractPortalCacheManager.clearAll()
           
 PortalCache<K,V> AbstractPortalCacheManager.getCache(String name)
           
 PortalCache<K,V> AbstractPortalCacheManager.getCache(String name, boolean blocking)
           
 

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

Methods in com.liferay.portal.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.cache.ehcache
 

Methods in com.liferay.portal.cache.ehcache that throw PortalCacheException
 void EhcacheCacheManagerListenerAdapter.dispose()
           
 void EhcacheCacheManagerListenerAdapter.init()
           
 void EhcacheCacheListenerAdapter.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void EhcacheCacheListenerAdapter.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void EhcacheCacheListenerAdapter.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void EhcacheCacheListenerAdapter.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void EhcacheCacheListenerAdapter.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void EhcacheCacheListenerAdapter.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 CacheManagerListener.dispose()
           
 void AggregatedCacheManagerListener.dispose()
           
 PortalCache<K,V> PortalCacheManager.getCache(String name)
           
 PortalCache<K,V> PortalCacheManager.getCache(String name, boolean blocking)
           
 void CacheManagerListener.init()
           
 void AggregatedCacheManagerListener.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.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-m3