D4499: util: make capacity a public attribute on lrucachedict

2018-09-12 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5d75a3c16193: util: make capacity a public attribute on lrucachedict (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D4499: util: make capacity a public attribute on lrucachedict

2018-09-06 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY So others can query it. Useful for operations that may want to verify the cache has capacity for N items before it performs an operation that may cause cache