Skip to content

Commit

Permalink
complete docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Portela authored and gergelypolonkai committed Nov 14, 2019
1 parent d79a610 commit 9bea2c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flask_caching/__init__.py
Expand Up @@ -753,6 +753,10 @@ def big_foo(a, b):
renewal of cached functions.
:param hash_method: Default hashlib.md5. The hash method used to
generate the keys for cached results.
:param cache_none: Default False. If set to True, add a key exists
check when cache.get returns None. This will likely
lead to wrongly returned None values in concurrent
situations and is not recommended to use.
.. versionadded:: 0.5
params ``make_name``, ``unless``
Expand Down

0 comments on commit 9bea2c4

Please sign in to comment.