removed old memory cache and added a few tests for new asp memory cache

This commit is contained in:
TomPallister
2020-04-13 18:37:49 +01:00
parent b4c29fc727
commit 8b098d2336
7 changed files with 36 additions and 203 deletions

View File

@ -3,8 +3,8 @@
using global::CacheManager.Core;
using Moq;
using Ocelot.Cache.CacheManager;
using Shouldly;
using System;
using Shouldly;
using TestStack.BDDfy;
using Xunit;