summary refs log tree commit diff
path: root/synapse/util/lrucache.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement the 'key in dict' test for LruCache()Paul "LeoNerd" Evans2015-03-251-0/+7
|
* Delete a couple of TODO markers of monitoring stats now donePaul "LeoNerd" Evans2015-03-121-1/+0
|
* Give LruCache a __len__, so that len(cache) worksPaul "LeoNerd" Evans2015-03-041-0/+7
|
* Add a lru cache classMark Haines2015-02-111-0/+110