Synchronization code

This commit is contained in:
sunkaixuan 2023-10-06 22:54:25 +08:00
parent 78c05c5b4e
commit 6f5fd6c651

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())
{