There are two folder exist for a single page in the webserver. One is the full page name & second is for the alias. But when i check the docroot cache folder inside Apache web server. Only cache corresponding to full page path is cleared (e.g. /content/geometrixx/en/products.html in logs) because it is having .stat file. But the alias accessed file (e.g. /content/geometrixx/en1/prodct.html) is still there that doesn’t have stat file over the AEM 5.6.1.
Need to know how exactly we can invalidate the cache for the alias folder on activating the page from author instance.