Merge pull request #5132 from mdmontesinos/sitemap-cache

resolves #4899: output cache for sitemap
This commit is contained in:
Shaun Walker
2025-03-03 13:22:46 -05:00
committed by GitHub
11 changed files with 138 additions and 3 deletions

View File

@ -94,6 +94,8 @@ namespace Oqtane.Shared
public const string CookieConsentCookieName = "Oqtane.CookieConsent";
public const string CookieConsentCookieValue = "yes";
public const string CookieConsentActionCookieValue = "yes";
public const string SitemapOutputCacheTag = "Sitemap";
// Obsolete constants
const string RoleObsoleteMessage = "Use the corresponding member from Oqtane.Shared.RoleNames";