Package org.pentaho.di.core.bowl
Class CachingManagerFactory<T extends CachingManager>
java.lang.Object
org.pentaho.di.core.bowl.CachingManagerFactory<T>
- Type Parameters:
T-
- All Implemented Interfaces:
ManagerFactory<T>
public class CachingManagerFactory<T extends CachingManager>
extends Object
implements ManagerFactory<T>
Wraps a base factory to apply cache invalidation for updates from managers in parent bowls.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CachingManagerFactory
-
-
Method Details
-
apply
Description copied from interface:ManagerFactoryShould not return null- Specified by:
applyin interfaceManagerFactory<T extends CachingManager>- Parameters:
bowl- Bowl this manager should belong to.- Returns:
- T Manager for this bowl.
- Throws:
KettleException
-