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  Object MethodResultCache.getImpl(MethodCacheKey key)
           
protected  Object NoOpMethodResultCache.getImpl(MethodCacheKey key)
           
protected  Object MethodResultCache.putImpl(MethodCacheKey key, Object value)
           
protected  Object NoOpMethodResultCache.putImpl(MethodCacheKey key, Object value)
           
protected  Object MethodResultCache.removeImpl(MethodCacheKey key)
           
protected  Object NoOpMethodResultCache.removeImpl(MethodCacheKey key)
           
 



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