예제 #1
0
 public void FixtureSetup()
 {
     props = new Dictionary <string, string>();
     props.Add("expiration", 120.ToString());
     props.Add("priority", 1.ToString());
     provider = new RtMemoryCacheProvider();
 }
		public void FixtureSetup()
		{
			props = new Dictionary<string, string>();
			props.Add("expiration", 120.ToString());
			props.Add("priority", 1.ToString());
			provider = new RtMemoryCacheProvider();
		}
 public void Setup()
 {
     provider = new RtMemoryCacheProvider();
 }
		public void Setup()
		{
			provider = new RtMemoryCacheProvider();
		}