Uses of Class
com.flowable.template.engine.impl.persistence.deploy.TemplateDefinitionCacheEntry
Packages that use TemplateDefinitionCacheEntry
-
Uses of TemplateDefinitionCacheEntry in com.flowable.template.engine
Fields in com.flowable.template.engine with type parameters of type TemplateDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<TemplateDefinitionCacheEntry>TemplateEngineConfiguration.templateDefinitionCacheMethods in com.flowable.template.engine that return types with arguments of type TemplateDefinitionCacheEntryMethod parameters in com.flowable.template.engine with type arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoidTemplateEngineConfiguration.setTemplateDefinitionCache(DeploymentCache<TemplateDefinitionCacheEntry> templateDefinitionCache) -
Uses of TemplateDefinitionCacheEntry in com.flowable.template.engine.impl.deployer
Fields in com.flowable.template.engine.impl.deployer with type parameters of type TemplateDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<TemplateDefinitionCacheEntry>TemplateDeploymentManager.templateDefinitionCacheMethods in com.flowable.template.engine.impl.deployer that return TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionTemplateDeploymentManager.resolveTemplateDefinition(TemplateDefinition templateDefinition) Methods in com.flowable.template.engine.impl.deployer that return types with arguments of type TemplateDefinitionCacheEntryMethod parameters in com.flowable.template.engine.impl.deployer with type arguments of type TemplateDefinitionCacheEntryModifier and TypeMethodDescriptionvoidTemplateDeploymentManager.setTemplateDefinitionCache(DeploymentCache<TemplateDefinitionCacheEntry> templateDefinitionCache)