Esempio n. 1
0
		public void TestNullKeyRemove()
		{
			ICache cache = new VelocityClient();
			cache.Remove(null);
		}