mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Update docstring
This commit is contained in:
parent
a8aced58df
commit
e6c7e239ef
@ -482,9 +482,8 @@ class CacheListDescriptor(_CacheDescriptorBase):
|
||||
Given a list of keys it looks in the cache to find any hits, then passes
|
||||
the list of missing keys to the wrapped function.
|
||||
|
||||
Once wrapped, the function returns either a Deferred which resolves to
|
||||
the list of results, or (if all results were cached), just the list of
|
||||
results.
|
||||
Once wrapped, the function returns a Deferred which resolves to the list
|
||||
of results.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
Loading…
Reference in New Issue
Block a user