BlogEngine.Core.Web.Extensions.ExtensionManager.SaveToCache C# (CSharp) Метод

SaveToCache() приватный статический Метод

Caches for performance. If manager cached and not updates done, chached copy always returned
private static SaveToCache ( ) : void
Результат void
        private static void SaveToCache()
        {
            HttpRuntime.Cache.Remove("Extensions");
            HttpRuntime.Cache["Extensions"] = extensions;
        }