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 TypeMethodDescriptionvoid
DynamicPortalCacheManager.clearAll()
void
PortalCacheManager.clearAll()
void
PortalCacheManagerListener.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) void
PortalCacheManagerListener.init()
void
PortalCacheListener.notifyEntryEvicted
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyEntryExpired
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyEntryPut
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyEntryRemoved
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyEntryUpdated
(PortalCache<K, V> portalCache, K key, V value, int timeToLive) void
PortalCacheListener.notifyRemoveAll
(PortalCache<K, V> portalCache)