Aqueduct.SitecoreLib.DataAccess.EntityCache.SetCache C# (CSharp) 메소드

SetCache() 개인적인 정적인 메소드

private static SetCache ( EntityCache scope ) : void
scope EntityCache
리턴 void
        private static void SetCache (EntityCache scope)
        {
            m_contextCache.Store (Key, scope);
        }