when you write "should get cached", do you mean cached at the dispatcher level? The dispatcher caches files with its full path (taken from the URL) below the configured docroot. That means:https://www.hostname.internal/page.html => $DOCROOT/page.htmlhttps://www.hostname.internal/path/to/page.html =>...