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:
Shannon Deminick
2013-04-03 23:39:51 +06:00
parent e14d3fd379
commit 2a7e493c74
9 changed files with 76 additions and 54 deletions

View File

@@ -27,7 +27,8 @@ namespace Umbraco.Web.Cache
CacheKeys.MacroControlCacheKey,
CacheKeys.MacroHtmlCacheKey,
CacheKeys.MacroHtmlDateAddedCacheKey,
CacheKeys.MacroControlDateAddedCacheKey
CacheKeys.MacroControlDateAddedCacheKey,
CacheKeys.MacroXsltCacheKey,
};
}