Clear Cache Step
Overview
Clear Cache step is used to clear cache associated with the key provided.
Configuration
Cache Key
required - Key for which associated cache value should be deleted. It can be a string or an expression.
Example
Example Flow
tags:
- general
steps:
- stepType: clear-cache
config:
cacheKey: testCacheKey
name: Clear Cache
description: ""
condition: ""
sampleData: {}
Flow Result
{
"doc": {},
"errors": [],
"performance": {
"steps": [
{
"step": "clear-cache",
"executionTime": 4
}
],
"executionTimeOfFlow": 5,
"timeMetric": "ms"
}
}