How to invalidate all the cache in environment(ex:Test)

plvndinesh
Participant II

How to invalidate all the cache in an environment(ex:test) ex:100 cacheKey are formed in test environment how to invalidate the 100Keys

0 1 122
1 REPLY 1

sidd-harth
Participant V

Hi @Dinesh Potti, I am not sure if we have any single step to do that. But we can make use of Management APIs write a small script to clear all cache in env.

Use List cache in environment API and the loop through all the cache names and use Clear all cache entries API.