Uses of Class
org.apache.torque.manager.MethodCacheKey

Packages that use MethodCacheKey
org.apache.torque.manager A manager/factory API for use with Torque-generated data beans. 
 

Uses of MethodCacheKey in org.apache.torque.manager
 

Methods in org.apache.torque.manager with parameters of type MethodCacheKey
protected  java.lang.Object MethodResultCache.getImpl(MethodCacheKey key)
           
protected  java.lang.Object NoOpMethodResultCache.getImpl(MethodCacheKey key)
           
protected  java.lang.Object MethodResultCache.putImpl(MethodCacheKey key, java.lang.Object value)
           
protected  java.lang.Object NoOpMethodResultCache.putImpl(MethodCacheKey key, java.lang.Object value)
           
protected  java.lang.Object MethodResultCache.removeImpl(MethodCacheKey key)
           
protected  java.lang.Object NoOpMethodResultCache.removeImpl(MethodCacheKey key)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.