|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.shiftone.cache.decorator.miss.TestMissHandler
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 |
public TestMissHandler()
Method Detail |
public java.lang.Object fetchObject(java.lang.Object key)
MissHandler
fetchObject
in interface MissHandler
key
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |