Liferay 6.1.10-ee-ga1

com.liferay.portal.cache.keypool
Class MultiVMKeyPoolCacheListener

java.lang.Object
  extended by com.liferay.portal.cache.keypool.MultiVMKeyPoolCacheListener
All Implemented Interfaces:
CacheListener

public class MultiVMKeyPoolCacheListener
extends Object
implements CacheListener


Constructor Summary
MultiVMKeyPoolCacheListener(PortalCache localPortalCache)
           
 
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
 

Constructor Detail

MultiVMKeyPoolCacheListener

public MultiVMKeyPoolCacheListener(PortalCache localPortalCache)
Method Detail

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

Liferay 6.1.10-ee-ga1