Hi, is it possible to cache
/content/my-site/jcr:content/my-component.json/product1
/content/my-site/jcr:content/my-component.json/product2
/content/my-site/jcr:content/my-component.json/product3
And if so, please let me know the dispatcher configurations.
Solved! Go to Solution.
Views
Replies
Total Likes
The URL samples you have shared is path with suffix not selectors and in cache structure, path till my-component.json will be in htdocs folder (since it is a file, no more further structure will be created unlike a directory) - In other words, /product1-3 will not be cached.
The URL samples you have shared is path with suffix not selectors and in cache structure, path till my-component.json will be in htdocs folder (since it is a file, no more further structure will be created unlike a directory) - In other words, /product1-3 will not be cached.
You can check this blog too for suffix caching.
https://one-inside.com/caching-pages-with-suffix-paths-in-aem-cq-dispatcher/
Views
Likes
Replies