| 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)
|