Esempio n. 1
0
        public async Task AddPermTest()
        {
            _cacheProvider.Initialize("test", _enabledSettings);
            const string key         = "TestKey";
            const string region      = "FirstRegion";
            const string cacheObject = "test";

            Assert.IsTrue(await _cacheProvider.AddPermanent(key, cacheObject, region, new CacheOptions()));
        }