Hi,
I am running AEM 6.3, configured dispatcher. In cache section of dispatcher.any file I have enabled TTL (Cache Time to expire to 'True')
/cache
{
/docroot "/var/www/html/aem"
/statfileslevel "5"
/gracePeriod "2"
/enableTTL "1"
/allowAuthorized "1"
/rules
Where can I specify the time span of cache to expire (E.g - If I want my cache to be on dispatcher for 7 day after which it should expire)
I have enabled the below lines too where it is set to expire. But where to set the expiry date? or Time span to expire?
"Cache-Control"
"Content-Disposition"
"Content-Type"
"Expires"
"Last-Modified"
"X-Content-Type-Options"
"ETag"
Kindly help me to understand this.
Solved! Go to Solution.
You can set the "Component TTL" to mention the expiry time.
You should be able to configure it from "http://<host>:<port>/system/console/configMgr/org.apache.sling.dynamicinclude.Configuration"
Check [1] for more details.
[1] GitHub - Cognifide/Sling-Dynamic-Include: Sling Dynamic Include
Adobe Experience Manager Help | Set up Sling Dynamic Include in AEM
You can set the "Component TTL" to mention the expiry time.
You should be able to configure it from "http://<host>:<port>/system/console/configMgr/org.apache.sling.dynamicinclude.Configuration"
Check [1] for more details.
[1] GitHub - Cognifide/Sling-Dynamic-Include: Sling Dynamic Include
Adobe Experience Manager Help | Set up Sling Dynamic Include in AEM
Thank you so much. I'll check it out.
Views
Replies
Total Likes
Views
Likes
Replies