Changes all instances of the legacy Cache class to be using ApplicationContext.Current.ApplicationCache.
Fixes: #U4-2039 - ensures macro xslt cache is invalidated in LB scenarios.
This commit is contained in:
@@ -27,7 +27,8 @@ namespace Umbraco.Web.Cache
|
||||
CacheKeys.MacroControlCacheKey,
|
||||
CacheKeys.MacroHtmlCacheKey,
|
||||
CacheKeys.MacroHtmlDateAddedCacheKey,
|
||||
CacheKeys.MacroControlDateAddedCacheKey
|
||||
CacheKeys.MacroControlDateAddedCacheKey,
|
||||
CacheKeys.MacroXsltCacheKey,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user