Uses of Class
org.pentaho.reporting.engine.classic.core.cache.CachingDataFactory

Packages that use CachingDataFactory
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
 

Uses of CachingDataFactory in org.pentaho.reporting.engine.classic.core.states
 

Subclasses of CachingDataFactory in org.pentaho.reporting.engine.classic.core.states
 class CachingDataFactory
          Deprecated. Do not use anymore.
 

Methods in org.pentaho.reporting.engine.classic.core.states that return CachingDataFactory
 CachingDataFactory DataFactoryManager.restore(FunctionStorageKey key, boolean perDeclaration)
           
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type CachingDataFactory
 void DataFactoryManager.store(FunctionStorageKey key, CachingDataFactory expressions, boolean perDeclaration)