Return data to local job cache
salt.returners.local_cache.clean_old_jobs()¶Clean out the old jobs from the job cache
salt.returners.local_cache.get_jid(jid)¶Return the information returned when the specified job id was executed
salt.returners.local_cache.get_jids()¶Return a list of all job ids
salt.returners.local_cache.get_load(jid)¶Return the load data that marks a specified jid
salt.returners.local_cache.prep_jid(nocache=False, passed_jid=None)¶Return a job id and prepare the job id directory This is the function responsible for making sure jids don't collide (unless its passed a jid) So do what you have to do to make sure that stays the case
salt.returners.local_cache.returner(load)¶Return data to the local job cache
salt.returners.local_cache.save_load(jid, clear_load)¶Save the load to the specified jid