Fix invalidateCache in debug execution
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-04-28 10:37:43 +02:00
parent 063e8f5e71
commit 20f9151199

View File

@@ -237,6 +237,6 @@ public class UserCacheService {
this.cachedUsers.clear();
cacheLock.unlock();
this.internalCacheUpdate();
this.internalCacheUpdate(true);
}
}