Uses of Interface
org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheFactory
-
Packages that use CacheFactory Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.persistence.deploy.cache -
-
Uses of CacheFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as CacheFactory Modifier and Type Field Description protected CacheFactory
ProcessEngineConfigurationImpl. cacheFactory
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CacheFactory Modifier and Type Method Description void
ProcessEngineConfigurationImpl. setCacheFactory(CacheFactory cacheFactory)
-
Uses of CacheFactory in org.camunda.bpm.engine.impl.persistence.deploy.cache
Classes in org.camunda.bpm.engine.impl.persistence.deploy.cache that implement CacheFactory Modifier and Type Class Description class
DefaultCacheFactory
Provides the default cache implementation for the deployment caches seeDeploymentCache
.
-