forked from ddrilling/AsbCloudServer
fix CacheDb
This commit is contained in:
parent
fd74ae20a0
commit
a1ea0d7cdd
@ -26,7 +26,7 @@ namespace AsbCloudInfrastructure.Services.Cache
|
||||
var tableCache = new CacheTable<TEntity>(context, cacheItem);
|
||||
|
||||
if (isCachedDataObsolete)
|
||||
tableCache.Refresh();
|
||||
tableCache.Refresh(true);
|
||||
|
||||
return tableCache;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user