[docstring] Refining warm_up_cache comment (#3815)

This commit is contained in:
John Bodley 2017-11-10 08:05:20 -08:00 committed by Maxime Beauchemin
parent 6c52f2ff72
commit 35810ce2bf

View File

@ -1677,7 +1677,10 @@ class Superset(BaseSupersetView):
@has_access_api
@expose("/warm_up_cache/", methods=['GET'])
def warm_up_cache(self):
"""Warms up the cache for the slice or table."""
"""Warms up the cache for the slice or table.
Note for slices a force refresh occurs.
"""
slices = None
session = db.session()
slice_id = request.args.get('slice_id')