Class CachingAndArtifactsManager
- java.lang.Object
-
- org.flowable.dmn.engine.impl.deployer.CachingAndArtifactsManager
-
public class CachingAndArtifactsManager extends Object
Updates caches and artifacts for a deployment and its decision (service)
-
-
Constructor Summary
Constructors Constructor Description CachingAndArtifactsManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateCachingAndArtifacts(ParsedDeployment parsedDeployment)Ensures that the definition is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
-
-
-
Method Detail
-
updateCachingAndArtifacts
public void updateCachingAndArtifacts(ParsedDeployment parsedDeployment)
Ensures that the definition is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
-
-