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;
        }