I have an asset stored under this path in AEM /content/dam/myproject/images/2023/dec/4567.jpg
While rendering this in UI I am using shortened name like "/2023/dec/4567.jpg"
I am using rewrite rule in dispatcher to rewrite it.
But when this url is cached in AEM its is cached for the this path "/content/dam/myproject/images/2023/dec/4567.jpg" under "/var/www/html". Instead I wanted it to cache it for the requested url structure which is "/2023/dec/4567.jpg".
How this can be achieved ?