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 pillars of the targeted minions
CLI Example:
salt-run cache.pillar
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.