| Methods in com.liferay.portal.kernel.cache that throw PortalCacheException |
void |
PortalCacheManager.clearAll()
|
void |
PortalCacheManagerListener.dispose()
|
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName)
|
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking)
|
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)
|