server icon indicating copy to clipboard operation
server copied to clipboard

BUG: user cache not used

Open techsmyth opened this issue 1 year ago • 0 comments

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:

  1. 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.

techsmyth avatar Dec 21 '23 20:12 techsmyth