ability to specify PageTemplates for modules

This commit is contained in:
sbwalker
2023-05-30 15:52:27 -04:00
parent 30cb8ec9c3
commit 0d5c3a3a0c
13 changed files with 366 additions and 165 deletions

View File

@ -98,7 +98,7 @@ namespace Oqtane.Repository
// get themes
List<Theme> themes = _cache.GetOrCreate($"themes:{_tenants.GetAlias().SiteKey}", entry =>
{
entry.SlidingExpiration = TimeSpan.FromMinutes(30);
entry.Priority = CacheItemPriority.NeverRemove;
return ProcessThemes(siteId);
});