diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-25 19:04:59 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-25 19:04:59 +0000 |
commit | d6b3ea75d4eba6961242ce68d5df90557b00609b (patch) | |
tree | 99b4dd63358483ff11beef9811a23a36a3a9054c | |
parent | Unit-test that Cache() key eviction is ordered (diff) | |
download | synapse-d6b3ea75d4eba6961242ce68d5df90557b00609b.tar.xz |
Implement the 'key in dict' test for LruCache()
-rw-r--r-- | synapse/util/lrucache.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/synapse/util/lrucache.py b/synapse/util/lrucache.py |