mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-25 14:36:49 -05:00
* `@cached` can now take an `uncached_args` which is an iterable of names to not use in the cache key. * Requires `@cached`, @cachedList` and `@lru_cache` to use keyword arguments for clarity. * Asserts that keyword-only arguments in cached functions are not accepted. (I tested this briefly and I don't believe this works properly.) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_cached_call.py | ||
| test_deferred_cache.py | ||
| test_descriptors.py | ||
| test_response_cache.py | ||
| test_ttlcache.py | ||