Exemple #1
0
		private static void RemoveCache(ExpressInfo item) {
			if (item == null) return;
			RedisHelper.Remove(string.Concat("pifa_BLL_Express_", item.Id));
		}