Community
Participate
Working Groups
Created attachment 191365 [details] Patch adding cached package to the packages collection This must have slipped our attention in prior reviews. Redundant cache updates are tried because the packages collection isn't updated when a package is being cached. Patch attached.
+1 You can save an access by using the add() status return.
As Ed suggested, replaced combination of contains+add by only add, checking result
Closing