Uses of Class
org.apache.torque.manager.MethodCacheKey
Packages that use MethodCacheKey
Package
Description
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 MethodCacheKeyModifier and TypeFieldDescriptionprotected org.apache.commons.jcs3.access.GroupCacheAccess<MethodCacheKey, Object> AbstractBaseManager.groupCacheused to cache the method result objects. cache is set by the region propertyMethods in org.apache.torque.manager with parameters of type MethodCacheKeyModifier and TypeMethodDescriptionprotected ObjectMethodResultCache.getImpl(MethodCacheKey key) protected ObjectNoOpMethodResultCache.getImpl(MethodCacheKey key) protected ObjectMethodResultCache.putImpl(MethodCacheKey key, Object value) protected ObjectNoOpMethodResultCache.putImpl(MethodCacheKey key, Object value) protected ObjectMethodResultCache.removeImpl(MethodCacheKey key) protected ObjectNoOpMethodResultCache.removeImpl(MethodCacheKey key) Constructor parameters in org.apache.torque.manager with type arguments of type MethodCacheKeyModifierConstructorDescriptionMethodResultCache(org.apache.commons.jcs3.access.GroupCacheAccess<MethodCacheKey, Object> cache) ConstructorNoOpMethodResultCache(org.apache.commons.jcs3.access.GroupCacheAccess<MethodCacheKey, Object> cache)