summary refs log tree commit diff
path: root/synapse/util/lrucache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a cache for get_current_state with state_keyMark Haines2015-05-211-1/+7
* Make LruCache thread safe, as its used for event cacheErik Johnston2015-04-151-0/+20
* 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