Invalidating cache on a specific folder
Hi everyone,
I would like to ask if it's possible to invalidate a cache on a specific folder?
(Ex: /etc/designs/my-app/headlibs/images/)
I've already checked the help files but only found at a folder level [0]
[0] - https://docs.adobe.com/docs/en/dispatcher/disp-config.html#Invalidating Files by Folder Level
Here's the example i've done on my publish-farm.any configuration
/invalidate
{
/0000
{
/glob "*"
/type "deny"
}
/0001
{
/glob "*.html"
/type "allow"
}
/0002 {
/glob "*/etc/designs/my-app/headlibs/images/*"
/type "deny"
}
}
Thanks in advance