[JENKINS-32517] Deprecate Queue#getApproximateItemsQuickly
Now that the item list is obtained lock-free the cache is no longer needed. Besides, the cache could be returning invalid results for requests with different authorization to the one that cached the result (in any case this invalid result is transient).
Loading
Please register or sign in to comment