Package org.activiti.spring.cache
Class SpringProcessDefinitionCache
java.lang.Object
org.activiti.spring.cache.SpringProcessDefinitionCache
- All Implemented Interfaces:
DeploymentCache<ProcessDefinitionCacheEntry>
public class SpringProcessDefinitionCache
extends Object
implements DeploymentCache<ProcessDefinitionCacheEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String id, ProcessDefinitionCacheEntry object) voidclear()booleanorg.springframework.cache.Cachevoid
-
Constructor Details
-
SpringProcessDefinitionCache
public SpringProcessDefinitionCache(org.springframework.cache.Cache delegate)
-
-
Method Details
-
get
- Specified by:
getin interfaceDeploymentCache<ProcessDefinitionCacheEntry>
-
add
- Specified by:
addin interfaceDeploymentCache<ProcessDefinitionCacheEntry>
-
remove
- Specified by:
removein interfaceDeploymentCache<ProcessDefinitionCacheEntry>
-
clear
public void clear()- Specified by:
clearin interfaceDeploymentCache<ProcessDefinitionCacheEntry>
-
contains
- Specified by:
containsin interfaceDeploymentCache<ProcessDefinitionCacheEntry>
-
getDelegate
public org.springframework.cache.Cache getDelegate()
-