Liferay 7.0-ce-a2

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

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

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

Methods in com.liferay.portal.cache.test that throw PortalCacheException
 void TestPortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestPortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestPortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestPortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestPortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void TestPortalCacheListener.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 AbstractPortalCacheManager.clearAll()
           
 void PortalCacheManager.clearAll()
           
 void AggregatedPortalCacheManagerListener.dispose()
           
 void PortalCacheManagerListener.dispose()
           
 PortalCache<K,V> AbstractPortalCacheManager.getPortalCache(String portalCacheName)
           
 PortalCache<K,V> PortalCacheManager.getPortalCache(String portalCacheName)
           
 PortalCache<K,V> AbstractPortalCacheManager.getPortalCache(String portalCacheName, boolean blocking)
           
 PortalCache<K,V> PortalCacheManager.getPortalCache(String portalCacheName, boolean blocking)
           
 void AggregatedPortalCacheManagerListener.init()
           
 void PortalCacheManagerListener.init()
           
 void AggregatedPortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void AggregatedPortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void AggregatedPortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void AggregatedPortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void AggregatedPortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void PortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive)
           
 void AggregatedPortalCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
           
 void PortalCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache)
           
 


Liferay 7.0-ce-a2