Added versionadded for saltutil.clear_cache

This commit is contained in:
Seth House 2014-06-20 15:34:00 -06:00
parent af9fbad9d5
commit 2bcb8f2c30

View File

@ -500,6 +500,8 @@ def clear_cache():
'''
Forcibly removes all caches on a minion.
.. versionadded:: Helium
WARNING: The safest way to clear a minion cache is by first stopping
the minion and then deleting the cache files before restarting it.