public interface PortalCacheListener<K extends Serializable,V>
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
notifyEntryEvicted(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyEntryExpired(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyEntryPut(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyEntryRemoved(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyEntryUpdated(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
notifyRemoveAll(PortalCache<K,V> portalCache) |
void dispose()
void notifyEntryEvicted(PortalCache<K,V> portalCache, K key, V value, int timeToLive) throws PortalCacheException
PortalCacheExceptionvoid notifyEntryExpired(PortalCache<K,V> portalCache, K key, V value, int timeToLive) throws PortalCacheException
PortalCacheExceptionvoid notifyEntryPut(PortalCache<K,V> portalCache, K key, V value, int timeToLive) throws PortalCacheException
PortalCacheExceptionvoid notifyEntryRemoved(PortalCache<K,V> portalCache, K key, V value, int timeToLive) throws PortalCacheException
PortalCacheExceptionvoid notifyEntryUpdated(PortalCache<K,V> portalCache, K key, V value, int timeToLive) throws PortalCacheException
PortalCacheExceptionvoid notifyRemoveAll(PortalCache<K,V> portalCache) throws PortalCacheException
PortalCacheException