Uses of Class
com.liferay.portal.kernel.cache.PortalCacheException
Packages that use PortalCacheException
-
Uses of PortalCacheException in com.liferay.portal.kernel.cache
Methods in com.liferay.portal.kernel.cache that throw PortalCacheExceptionModifier and TypeMethodDescriptionvoidDynamicPortalCacheManager.clearAll()voidPortalCacheManager.clearAll()voidPortalCacheManagerListener.dispose()DynamicPortalCacheManager.getPortalCache(String portalCacheName) DynamicPortalCacheManager.getPortalCache(String portalCacheName, boolean mvcc) DynamicPortalCacheManager.getPortalCache(String portalCacheName, boolean mvcc, boolean sharded) PortalCacheManager.getPortalCache(String portalCacheName) PortalCacheManager.getPortalCache(String portalCacheName, boolean mvcc) PortalCacheManager.getPortalCache(String portalCacheName, boolean mvcc, boolean sharded) voidPortalCacheManagerListener.init()voidPortalCacheListener.notifyEntryEvicted(PortalCache<K, V> portalCache, K key, V value, int timeToLive) voidPortalCacheListener.notifyEntryExpired(PortalCache<K, V> portalCache, K key, V value, int timeToLive) voidPortalCacheListener.notifyEntryPut(PortalCache<K, V> portalCache, K key, V value, int timeToLive) voidPortalCacheListener.notifyEntryRemoved(PortalCache<K, V> portalCache, K key, V value, int timeToLive) voidPortalCacheListener.notifyEntryUpdated(PortalCache<K, V> portalCache, K key, V value, int timeToLive) voidPortalCacheListener.notifyRemoveAll(PortalCache<K, V> portalCache)