Return cached data from minions
salt.runners.cache.clear_all(tgt=None, expr_form='glob')¶Clear the cached pillar, grains, and mine data of the targeted minions
CLI Example:
salt-run cache.clear_all
salt.runners.cache.clear_grains(tgt=None, expr_form='glob')¶Clear the cached grains data of the targeted minions
CLI Example:
salt-run cache.clear_grains
salt.runners.cache.clear_mine(tgt=None, expr_form='glob')¶Clear the cached mine data of the targeted minions
CLI Example:
salt-run cache.clear_mine
salt.runners.cache.clear_mine_func(tgt=None, expr_form='glob', clear_mine_func=None)¶Clear the cached mine function data of the targeted minions
CLI Example:
salt-run cache.clear_mine_func tgt='*',clear_mine_func='network.interfaces'
salt.runners.cache.clear_pillar(tgt=None, expr_form='glob')¶Clear the cached pillar data of the targeted minions
CLI Example:
salt-run cache.clear_pillar
salt.runners.cache.grains(tgt=None, expr_form='glob', **kwargs)¶Return cached grains of the targeted minions
CLI Example:
salt-run cache.grains
salt.runners.cache.pillar(tgt=None, expr_form='glob', **kwargs)¶Return cached pillars of the targeted minions
CLI Example:
salt-run cache.pillar
Current Salt release: 2014.1.7
Docs for previous releases on salt.rtfd.org.