mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 14:04:44 +08:00
Synchronization code
This commit is contained in:
parent
78c05c5b4e
commit
6f5fd6c651
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user