Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Labels:None
Description
When GC is done, the use of weakreferences will garbage collect the cached users. This renders the simple expiry cache useless.
Solution is to remove the use of weak references.
Solution is to remove the use of weak references.