Aqueduct.SitecoreLib.DataAccess.EntityCache.SetCache C# (CSharp) Method

SetCache() private static method

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