Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 2015-08-11 | 1 | -149/+0 |
* | Add a cache for get_current_state with state_key | Mark Haines | 2015-05-21 | 1 | -1/+7 |
* | Make LruCache thread safe, as its used for event cache | Erik Johnston | 2015-04-15 | 1 | -0/+20 |
* | Implement the 'key in dict' test for LruCache() | Paul "LeoNerd" Evans | 2015-03-25 | 1 | -0/+7 |
* | Delete a couple of TODO markers of monitoring stats now done | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -1/+0 |
* | Give LruCache a __len__, so that len(cache) works | Paul "LeoNerd" Evans | 2015-03-04 | 1 | -0/+7 |
* | Add a lru cache class | Mark Haines | 2015-02-11 | 1 | -0/+110 |