diff --git a/AsbCloudInfrastructure/Services/Cache/CacheDb.cs b/AsbCloudInfrastructure/Services/Cache/CacheDb.cs index ea84bd9e..4ff07154 100644 --- a/AsbCloudInfrastructure/Services/Cache/CacheDb.cs +++ b/AsbCloudInfrastructure/Services/Cache/CacheDb.cs @@ -26,7 +26,7 @@ namespace AsbCloudInfrastructure.Services.Cache var tableCache = new CacheTable(context, cacheItem); if (isCachedDataObsolete) - tableCache.Refresh(); + tableCache.Refresh(true); return tableCache; }