You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use WeakReference, it allows the cached object to be GCed when low on memory, so the user of the cache library can aggressively cache items without worrying about the memory usage.
If we use WeakReference, it allows the cached object to be GCed when low on memory, so the user of the cache library can aggressively cache items without worrying about the memory usage.