mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Synchronization code
This commit is contained in:
parent
78c05c5b4e
commit
6f5fd6c651
@ -22,6 +22,11 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (StaticConfig.CacheRemoveByLikeStringFunc != null)
|
||||||
|
{
|
||||||
|
StaticConfig.CacheRemoveByLikeStringFunc(cacheService, UtilConstants.Dot + tableName.ToLower() + UtilConstants.Dot);
|
||||||
|
return;
|
||||||
|
}
|
||||||
var keys = cacheService.GetAllKey<string>();
|
var keys = cacheService.GetAllKey<string>();
|
||||||
if (keys.HasValue())
|
if (keys.HasValue())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user