forked-synapse/synapse/replication/slave/storage
Richard van der Hoff 224f2f949b
Combine LruCache.invalidate and invalidate_many (#9973)
* Make `invalidate` and `invalidate_many` do the same thing

... so that we can do either over the invalidation replication stream, and also
because they always confused me a bit.

* Kill off `invalidate_many`

* changelog
2021-05-27 10:33:56 +01:00
..
__init__.py
_base.py
_slaved_id_tracker.py
account_data.py
appservice.py
client_ips.py Remove keylen from LruCache. (#9993) 2021-05-24 14:02:01 +01:00
deviceinbox.py
devices.py Combine LruCache.invalidate and invalidate_many (#9973) 2021-05-27 10:33:56 +01:00
directory.py
events.py
filtering.py
groups.py
keys.py
profile.py
push_rule.py
pushers.py
receipts.py
registration.py
room.py