org.shiftone.cache.test
Class TestEvictionListener

java.lang.Object
  extended byorg.shiftone.cache.test.TestEvictionListener
All Implemented Interfaces:
EvictionListener

public class TestEvictionListener
extends java.lang.Object
implements EvictionListener


Constructor Summary
TestEvictionListener()
           
 
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

TestEvictionListener

public TestEvictionListener()
Method Detail

onEviction

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