mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
d0c713cc85
It's important that collections returned from `@cached` methods are not modified, otherwise future retrievals from the cache will return the modified collection. This applies to the return values from `@cached` methods and the values inside the dictionaries returned by `@cachedList` methods. It's not necessary for the dictionaries returned by `@cachedList` methods themselves to be read-only. Signed-off-by: Sean Quah <seanq@matrix.org> Co-authored-by: David Robertson <davidr@element.io> |
||
---|---|---|
.. | ||
__init__.py | ||
_base.py | ||
admin_cmd.py | ||
appservice.py | ||
client_reader.py | ||
complement_fork_starter.py | ||
event_creator.py | ||
federation_reader.py | ||
federation_sender.py | ||
frontend_proxy.py | ||
generic_worker.py | ||
homeserver.py | ||
media_repository.py | ||
phone_stats_home.py | ||
pusher.py | ||
synchrotron.py | ||
user_dir.py |