summary refs log tree commit diff
path: root/synapse/util/lrucache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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