Return cached data from minions
Clear the cached pillar, grains, and mine data of the targeted minions
CLI Example:
salt-run cache.clear_all
Clear the cached grains data of the targeted minions
CLI Example:
salt-run cache.clear_grains
Clear the cached mine data of the targeted minions
CLI Example:
salt-run cache.clear_mine
Clear the cached mine function data of the targeted minions
CLI Example:
salt-run cache.clear_mine_func tgt='*' clear_mine_func='network.interfaces'
Clear the cached pillar data of the targeted minions
CLI Example:
salt-run cache.clear_pillar
Return cached grains of the targeted minions
CLI Example:
salt-run cache.grains
Return cached mine data of the targeted minions
CLI Example:
salt-run cache.mine
Return cached pillars of the targeted minions
CLI Example:
salt-run cache.pillar
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.1