summary refs log tree commit diff
path: root/synapse/util/caches/treecache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly bookkeep the size of TreeCacheErik Johnston2016-01-291-3/+28
* Make TreeCache keep track of its own size.Erik Johnston2016-01-291-0/+7
* Add __contains__David Baker2016-01-221-0/+3
* Docs for treecacheDavid Baker2016-01-221-0/+5
* peppateDavid Baker2016-01-211-2/+2
* Change LRUCache to be tree-based so we can delete subtrees.David Baker2016-01-211-0/+52