Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • defined in SimpleUserLayoutManager.getCacheKey() - it is a random long

Notes

I believe there are thread contention issues with these two variables (systemCache and systemCharacterCache) since both are not synchronized and reads and updates are not made within the synchronized blocks either.