Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make LruCache use a dedicated _Node class | Erik Johnston | 2016-03-22 | 1 | -32/+41 |
* | Remove spurious self.size | Erik Johnston | 2016-01-29 | 1 | -1/+0 |
* | Make TreeCache keep track of its own size. | Erik Johnston | 2016-01-29 | 1 | -6/+3 |
* | Reset size on clear | Erik Johnston | 2016-01-29 | 1 | -0/+2 |
* | Don't add the member functiopn if we're not using treecache | David Baker | 2016-01-22 | 1 | -1/+4 |
* | docs | David Baker | 2016-01-22 | 1 | -1/+5 |
* | Revert all the bits changing keys of eeverything that used LRUCaches to tuples | David Baker | 2016-01-22 | 1 | -1/+1 |
* | Make LRU cache not default to treecache & add options to use it | David Baker | 2016-01-22 | 1 | -4/+5 |
* | Change LRUCache to be tree-based so we can delete subtrees. | David Baker | 2016-01-21 | 1 | -8/+35 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 2015-08-11 | 1 | -0/+149 |