org.shiftone.cache.policy
Class NullEvictionListener

java.lang.Object
  extended byorg.shiftone.cache.policy.NullEvictionListener
All Implemented Interfaces:
EvictionListener

public class NullEvictionListener
extends java.lang.Object
implements EvictionListener


Constructor Summary
NullEvictionListener()
           
 
Method Summary
 void onEviction(Cache cache, java.lang.Object key, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEvictionListener

public NullEvictionListener()
Method Detail

onEviction

public void onEviction(Cache cache,
                       java.lang.Object key,
                       java.lang.Object value)
Specified by:
onEviction in interface EvictionListener