Browser Cache Rule
Configure browser-side caching behavior for different resource types using Browser Cache Rules.
Browser Cache Rule allows you to control how long different resource types remain cached in the visitor’s browser.
This improves performance by reducing repeated network requests for static or frequently accessed files.
You can manage Browser Cache Rules in the Medianova Control Panel or via API.
Configure Browser Cache Rules
Log in to the Medianova Control Panel, select a CDN resource in the CDN section, and navigate to the Caching tab.

Edit a Browser Cache Rule
Open the options menu for the rule and select Edit.
Modify Type, Priority, or Cache Mode as required.
Select Submit to save the changes.
Delete a Browser Cache Rule
Open the options menu for the rule and select Delete.
Confirm the deletion to remove the rule.
Select Submit to apply the update.
Rules are evaluated in order of Priority, where smaller numbers indicate higher precedence.
Browser Cache Rules control browser-side caching only, not CDN edge caching.
The Apply the HTML/JSON files toggle affects all rules globally.
When Cache Mode = Origin, browser caching behavior follows origin headers; No Cache forces revalidation; Cache overrides browser behavior with a fixed duration.
Best Practices
Use file extension rules to cache static assets like
.js,.css, and.pngfor long durations.Use no cache mode for frequently updated resources (e.g.,
.html,.jsonAPIs).Assign high priority to specific full path or directory rules if they should override global rules.
Last updated
Was this helpful?
