Sitefinity .NET Core pages leverages ASP.Net Core response caching. For more information, see Microsoft documentation » Response caching in ASP.NET Core.
All of the pages that are rendered by Sitefinity .NET Core Renderer are cached with an absolute expiration of 1 minute.
You can configure the cache expiration via the standard configuration for the response cache profiles. The name of the cache profile is sitefinity. You can configure it by editing the Startup.cs file of your .NET Core Renderer application to add the AddControllersWithViews service. Place the configuration before calling AddSitefinity to override the behavior of the response cache.
sitefinity
Startup.cs
AddControllersWithViews
AddSitefinity
The Startup.cs file should look like this:
Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.
This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.
This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.
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.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important