Add custom cache headers

This article demonstrates how to add custom cache headers in addition to the Sitefinity CMS default ones. For more information, see Advanced settings of cache profiles.

You do this by adding the setNoTransform cache header in a specific cache profile:

  1. Navigate to Administration » Settings » Advanced » System » Output cache settings » Page Cache profiles.
  2. Choose profile and open the Parameters page.
  3. Click Add new.
  4. In the Key field, enter setNoTransform.
  5. Set the value to true.

Next, you add a CustomPageOutputCacheStrategy in your project. Use the following code:

In the code above, you use the PageOutputCacheStrategyHelper. You implement it in the following way:

Finally, register the CustomPageOutputCacheStrategy in the Global.asax file:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?