mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-27 01:06:22 -05:00
- use a tuple rather than a list for the iterable that is passed into the wrapped function, for performance - test that we can pass an iterable and that keys are correctly deduped. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cached_call.py | ||
| deferred_cache.py | ||
| descriptors.py | ||
| dictionary_cache.py | ||
| expiringcache.py | ||
| lrucache.py | ||
| response_cache.py | ||
| stream_change_cache.py | ||
| treecache.py | ||
| ttlcache.py | ||