Beispiel #1
0
 /// <summary>
 /// 清空所有缓存
 /// </summary>
 internal static void FlushAllCache(DbContext dbContext)
 {
     QueryCacheManager.FlushAllCache(dbContext);
     TableCacheManager.FlushAllCache(dbContext);
 }