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
{
"id": "4da1aab3-3e17-402e-955b-eb791ff2d88d",
"name": "clearCacheExpample",
"flow": {
"name": "clearCacheExpample",
"description": "",
"steps": [
{
"stepType": "clear-cache",
"color": "rgba(154,183,211,0.6)",
"displayName": "Clear Cache",
"isSelected": true,
"config": {
"cacheKey": "testCacheKey"
},
"textColor": "black"
}
]
},
"inputSchema": {},
"createDate": "2022-12-22T09:33:36.744Z",
"tags": [
"general"
],
"inputSchemaLabel": "",
"version": 1
}
Flow Result
{
"doc": {},
"errors": [],
"performance": {
"steps": [
{
"step": "clear-cache",
"executionTime": 4
}
],
"executionTimeOfFlow": 5,
"timeMetric": "ms"
}
}