mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2026-01-03 13:45:29 -05:00
* Add `DeferredCache.get_immediate` method A bunch of things that are currently calling `DeferredCache.get` are only really interested in the result if it's completed. We can optimise and simplify this case. * Remove unused 'default' parameter to DeferredCache.get() * another get_immediate instance |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_deferred_cache.py | ||
| test_descriptors.py | ||
| test_ttlcache.py | ||