server
server copied to clipboard
BUG: user cache not used
Describe the bug The userService is caching users by UUID, but that cache is not being used to retrieve User entities.
To Reproduce Steps to reproduce the behavior:
- Go to userService class, and look at usage of the cache - it is never read
Expected behavior The cache should either be used, or all the caching code should be removed.