Uses of Class
org.apache.torque.manager.MethodCacheKey
-
Packages that use MethodCacheKey Package Description org.apache.torque.manager A manager/factory API for use with Torque-generated data beans. -
-
Uses of MethodCacheKey in org.apache.torque.manager
Fields in org.apache.torque.manager with type parameters of type MethodCacheKey Modifier and Type Field Description protected org.apache.commons.jcs.access.GroupCacheAccess<MethodCacheKey,Object>
AbstractBaseManager. groupCache
used to cache the method result objects. cache is set by the region propertyMethods in org.apache.torque.manager with parameters of type MethodCacheKey Modifier and Type Method Description 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)
Constructor parameters in org.apache.torque.manager with type arguments of type MethodCacheKey Constructor Description MethodResultCache(org.apache.commons.jcs.access.GroupCacheAccess<MethodCacheKey,Object> cache)
ConstructorNoOpMethodResultCache(org.apache.commons.jcs.access.GroupCacheAccess<MethodCacheKey,Object> cache)
-