How to maintain the memory cache in AEM .?
Hello Team,
Let me try to explain our problem, We have a large number of pages (around 200+ pages)
and these are all structured pages with some data points. We have an end-user landing page, this page has a couple of filters to filter the results.
As of now we're processing all pages data on an ajax call and returning the data to the browser on page loading.
With this approach, the page is getting timeout errors/slow rendering sometimes.
We've decided to implement the memory cache on publishing nodes and return the cache to the end-user page.
So, What's the best way to flush the cache ? or any better thoughts on this approach.?