org.shiftone.cache.decorator.miss
Class TestMissHandler

java.lang.Object
  extended byorg.shiftone.cache.decorator.miss.TestMissHandler
All Implemented Interfaces:
MissHandler

public class TestMissHandler
extends java.lang.Object
implements MissHandler

Version:
$Revision: 1.4 $
Author:
Jeff Drost

Constructor Summary
TestMissHandler()
           
 
Method Summary
 java.lang.Object fetchObject(java.lang.Object key)
          In the event of a cache miss, a user implemented instance of this class will be asked to do whatever processing is needed to obtain the cache element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMissHandler

public TestMissHandler()
Method Detail

fetchObject

public java.lang.Object fetchObject(java.lang.Object key)
Description copied from interface: MissHandler
In the event of a cache miss, a user implemented instance of this class will be asked to do whatever processing is needed to obtain the cache element

Specified by:
fetchObject in interface MissHandler
Parameters:
key -
Returns:
the object that was fetched