Uses of Class
org.apache.torque.manager.MethodResultCache
-
Packages that use MethodResultCache Package Description org.apache.torque.manager A manager/factory API for use with Torque-generated data beans. -
-
Uses of MethodResultCache in org.apache.torque.manager
Subclasses of MethodResultCache in org.apache.torque.manager Modifier and Type Class Description class
NoOpMethodResultCache
This class provides a no-op cache for convenient storage of method resultsFields in org.apache.torque.manager declared as MethodResultCache Modifier and Type Field Description protected MethodResultCache
AbstractBaseManager. mrCache
method results cacheMethods in org.apache.torque.manager that return MethodResultCache Modifier and Type Method Description MethodResultCache
AbstractBaseManager. getMethodResultCache()
Get the object usable for result caching
-