Fix invalidateCache in debug execution
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -237,6 +237,6 @@ public class UserCacheService {
|
|||||||
this.cachedUsers.clear();
|
this.cachedUsers.clear();
|
||||||
cacheLock.unlock();
|
cacheLock.unlock();
|
||||||
|
|
||||||
this.internalCacheUpdate();
|
this.internalCacheUpdate(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user