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