Update cache

This commit is contained in:
sunkaixuan
2023-10-06 22:53:39 +08:00
parent f28efa60d7
commit 78c05c5b4e

View File

@@ -22,6 +22,11 @@ namespace SqlSugar
{
return;
}
if (StaticConfig.CacheRemoveByLikeStringFunc != null)
{
StaticConfig.CacheRemoveByLikeStringFunc(cacheService, UtilConstants.Dot + tableName.ToLower() + UtilConstants.Dot);
return;
}
var keys = cacheService.GetAllKey<string>();
if (keys.HasValue())
{