com.liferay.portal.cache.keypool
Class MultiVMKeyPoolCacheListener
java.lang.Object
com.liferay.portal.cache.keypool.MultiVMKeyPoolCacheListener
- All Implemented Interfaces:
- CacheListener
public class MultiVMKeyPoolCacheListener
- extends Object
- implements CacheListener
Method Summary |
void |
notifyEntryEvicted(PortalCache portalCache,
Serializable key,
Object value)
|
void |
notifyEntryExpired(PortalCache portalCache,
Serializable key,
Object value)
|
void |
notifyEntryPut(PortalCache portalCache,
Serializable key,
Object value)
|
void |
notifyEntryRemoved(PortalCache portalCache,
Serializable key,
Object value)
|
void |
notifyEntryUpdated(PortalCache portalCache,
Serializable key,
Object value)
|
void |
notifyRemoveAll(PortalCache portalCache)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiVMKeyPoolCacheListener
public MultiVMKeyPoolCacheListener(PortalCache localPortalCache)
notifyEntryEvicted
public void notifyEntryEvicted(PortalCache portalCache,
Serializable key,
Object value)
- Specified by:
notifyEntryEvicted
in interface CacheListener
notifyEntryExpired
public void notifyEntryExpired(PortalCache portalCache,
Serializable key,
Object value)
- Specified by:
notifyEntryExpired
in interface CacheListener
notifyEntryPut
public void notifyEntryPut(PortalCache portalCache,
Serializable key,
Object value)
- Specified by:
notifyEntryPut
in interface CacheListener
notifyEntryRemoved
public void notifyEntryRemoved(PortalCache portalCache,
Serializable key,
Object value)
- Specified by:
notifyEntryRemoved
in interface CacheListener
notifyEntryUpdated
public void notifyEntryUpdated(PortalCache portalCache,
Serializable key,
Object value)
- Specified by:
notifyEntryUpdated
in interface CacheListener
notifyRemoveAll
public void notifyRemoveAll(PortalCache portalCache)
- Specified by:
notifyRemoveAll
in interface CacheListener