Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
youngyjd committed Oct 15, 2018
1 parent 488bdff commit c147497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/cache_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def memoized_func(key=view_cache_key, use_tables_cache=False):
enable_cache is treated as True by default,
except enable_cache = False is passed to the decorated function.
force is treated as False by default,
force means whether to force refresh the cache and is treated as False by default,
except force = True is passed to the decorated function.
timeout of cache is set to 600 seconds by default,
Expand Down

0 comments on commit c147497

Please sign in to comment.