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 CacheFactoryProcessEngineConfigurationImpl. cacheFactoryMethods in org.camunda.bpm.engine.impl.cfg with parameters of type CacheFactory Modifier and Type Method Description voidProcessEngineConfigurationImpl. 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 classDefaultCacheFactoryProvides the default cache implementation for the deployment caches seeDeploymentCache.
-