Sdl.Web.Tridion.Mapping.DD4TFactoryCache.CreateCacheAgent C# (CSharp) Method

CreateCacheAgent() static private method

static private CreateCacheAgent ( ) : ICacheAgent
return ICacheAgent
        internal static ICacheAgent CreateCacheAgent()
        {
            return new DD4TCacheAgentAdapter();
        }