예제 #1
0
        public void TestBuildCacheFromConfig()
        {
            var cache = provider.BuildCache("foo", null);

            Assert.IsNotNull(cache, "pre-configured cache not found");
        }