You can set cache rules and filters in the dispatcher config to handle dynamic content on the webserver side.
Example- If the request URI contains a question mark (?), this usually indicates a dynamic page, such as a search result that does not need to be cached.
You can set cache rules and filters in the dispatcher config to handle dynamic content on the webserver side.
Example- If the request URI contains a question mark (?), this usually indicates a dynamic page, such as a search result that does not need to be cached.