| Interface | Description |
|---|---|
| DeploymentCache<T> |
Interface for cache implementations.
|
| Class | Description |
|---|---|
| DefaultDeploymentCache<T> |
Default cache: keep everything in memory, unless a limit is set.
|
| FullDeploymentCache<T> |
Default cache: keep everything in memory, without a limit.
|
Copyright © 2021 Flowable. All rights reserved.