We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d5e86 commit b74b4b6Copy full SHA for b74b4b6
aiocache/decorators.py
@@ -295,7 +295,7 @@ class multi_cached:
295
``keys_from_attr``, the decorated callable, and the positional and keyword arguments
296
that were passed to the decorated callable. This behavior is necessarily different than
297
``BaseCache.build_key()`` and the call signature differs from ``cached.key_builder``.
298
- :param skip_cache_keys: Callable that receives both key and value and returns True
+ :param skip_cache_func: Callable that receives both key and value and returns True
299
if that key-value pair should not be cached (or False to store in cache).
300
The keys and values to be passed are taken from the wrapped function result.
301
:param ttl: int seconds to store the keys. Default is 0 which means no expiration.
0 commit comments