How to clear author dispatcher cache when we enableTTL?
We are enabling dispatcher caching on author (AEM 6.5 AMS). We have set enableTTL as 1. Caching is working fine for us. But the issue comes when we need to clear the cache on demand.
We are using ACS AEM Commons Dispatcher Cache Control Header - Max Age. The cache gets cleared automatically when the max age is reached but we need the provision to clear the cache whenever required.
I have tried using Postman but it didn't work for us as Adobe documentation says "When the enableTTL flag is set and there is a corresponding <filename>.ttl file present in the cache, .stat files will not be considered when determining whether or not the requested <filename> is stale."
Is there a way we can clear the entire cache?