BlogEngine.Core.Web.Extensions.ExtensionManager.SaveToCache C# (CSharp) Method

SaveToCache() private static method

Caches for performance. If manager cached and not updates done, chached copy always returned
private static SaveToCache ( ) : void
return void
        private static void SaveToCache()
        {
            HttpRuntime.Cache.Remove("Extensions");
            HttpRuntime.Cache["Extensions"] = extensions;
        }