com.liferay.portal.cache.keypool
Class MultiVMKeyPoolCacheListener

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

public class MultiVMKeyPoolCacheListener
extends java.lang.Object
implements com.liferay.portal.kernel.cache.CacheListener

Author:
Edward Han, Brian Wing Shun Chan

Constructor Summary
MultiVMKeyPoolCacheListener(com.liferay.portal.kernel.cache.PortalCache localPortalCache)
           
 
Method Summary
 void notifyEntryEvicted(com.liferay.portal.kernel.cache.PortalCache portalCache, java.io.Serializable key, java.lang.Object value)
           
 void notifyEntryExpired(com.liferay.portal.kernel.cache.PortalCache portalCache, java.io.Serializable key, java.lang.Object value)
           
 void notifyEntryPut(com.liferay.portal.kernel.cache.PortalCache portalCache, java.io.Serializable key, java.lang.Object value)
           
 void notifyEntryRemoved(com.liferay.portal.kernel.cache.PortalCache portalCache, java.io.Serializable key, java.lang.Object value)
           
 void notifyEntryUpdated(com.liferay.portal.kernel.cache.PortalCache portalCache, java.io.Serializable key, java.lang.Object value)
           
 void notifyRemoveAll(com.liferay.portal.kernel.cache.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(com.liferay.portal.kernel.cache.PortalCache localPortalCache)
Method Detail

notifyEntryEvicted

public void notifyEntryEvicted(com.liferay.portal.kernel.cache.PortalCache portalCache,
                               java.io.Serializable key,
                               java.lang.Object value)
Specified by:
notifyEntryEvicted in interface com.liferay.portal.kernel.cache.CacheListener

notifyEntryExpired

public void notifyEntryExpired(com.liferay.portal.kernel.cache.PortalCache portalCache,
                               java.io.Serializable key,
                               java.lang.Object value)
Specified by:
notifyEntryExpired in interface com.liferay.portal.kernel.cache.CacheListener

notifyEntryPut

public void notifyEntryPut(com.liferay.portal.kernel.cache.PortalCache portalCache,
                           java.io.Serializable key,
                           java.lang.Object value)
Specified by:
notifyEntryPut in interface com.liferay.portal.kernel.cache.CacheListener

notifyEntryRemoved

public void notifyEntryRemoved(com.liferay.portal.kernel.cache.PortalCache portalCache,
                               java.io.Serializable key,
                               java.lang.Object value)
Specified by:
notifyEntryRemoved in interface com.liferay.portal.kernel.cache.CacheListener

notifyEntryUpdated

public void notifyEntryUpdated(com.liferay.portal.kernel.cache.PortalCache portalCache,
                               java.io.Serializable key,
                               java.lang.Object value)
Specified by:
notifyEntryUpdated in interface com.liferay.portal.kernel.cache.CacheListener

notifyRemoveAll

public void notifyRemoveAll(com.liferay.portal.kernel.cache.PortalCache portalCache)
Specified by:
notifyRemoveAll in interface com.liferay.portal.kernel.cache.CacheListener