Class FullDeploymentCache<T>
java.lang.Object
org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache<T>
- All Implemented Interfaces:
DeploymentCache<T>
Default cache: keep everything in memory, without a limit.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cache
-
-
Constructor Details
-
FullDeploymentCache
public FullDeploymentCache()Cache with no limit
-
-
Method Details
-
get
- Specified by:
get
in interfaceDeploymentCache<T>
-
add
- Specified by:
add
in interfaceDeploymentCache<T>
-
remove
- Specified by:
remove
in interfaceDeploymentCache<T>
-
contains
- Specified by:
contains
in interfaceDeploymentCache<T>
-
clear
public void clear()- Specified by:
clear
in interfaceDeploymentCache<T>
-
getAll
- Specified by:
getAll
in interfaceDeploymentCache<T>
-
size
public int size()- Specified by:
size
in interfaceDeploymentCache<T>
-