org.qi4j.library.cache
Class InvocationCacheMixin

java.lang.Object
  extended by org.qi4j.library.cache.InvocationCacheMixin
All Implemented Interfaces:
InvocationCache

public class InvocationCacheMixin
extends Object
implements InvocationCache

JAVADOC


Constructor Summary
InvocationCacheMixin()
           
 
Method Summary
 void clearCachedValues()
           
 Object getCachedValue(String name)
           
 int getCacheSize()
           
 Object removeCachedValue(String name)
           
 Object setCachedValue(String name, Object aResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationCacheMixin

public InvocationCacheMixin()
Method Detail

setCachedValue

public Object setCachedValue(String name,
                             Object aResult)
Specified by:
setCachedValue in interface InvocationCache

getCachedValue

public Object getCachedValue(String name)
Specified by:
getCachedValue in interface InvocationCache

removeCachedValue

public Object removeCachedValue(String name)
Specified by:
removeCachedValue in interface InvocationCache

clearCachedValues

public void clearCachedValues()
Specified by:
clearCachedValues in interface InvocationCache

getCacheSize

public int getCacheSize()
Specified by:
getCacheSize in interface InvocationCache