salt.runners.cache

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_flag=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', outputter=None, **kwargs)

Return cached grains of the targeted minions

CLI Example:

salt-run cache.grains
salt.runners.cache.mine(tgt=None, expr_form='glob', outputter=None, **kwargs)

Return cached mine data of the targeted minions

CLI Example:

salt-run cache.mine
salt.runners.cache.pillar(tgt=None, expr_form='glob', outputter=None, **kwargs)

Return cached pillars of the targeted minions

CLI Example:

salt-run cache.pillar