Fixes: #U4-1981 - ensures template cache is properly refreshed amonsgst all servers

This commit is contained in:
Shannon Deminick
2013-03-22 02:08:55 +06:00
parent 9d6b38a1c1
commit ee2f2dfda0
6 changed files with 60 additions and 37 deletions

View File

@@ -16,7 +16,8 @@ namespace Umbraco.Core.Cache
public const string MemberCacheKey = "UL_GetMember";
public const string TemplateCacheKey = "template";
public const string TemplateFrontEndCacheKey = "template";
public const string TemplateBusinessLogicCacheKey = "UmbracoTemplateCache";
public const string UserCacheKey = "UmbracoUser";