MCPcopy
hub / github.com/saltstack/salt / put_cache

Method put_cache

salt/utils/cache.py:223–227  ·  view source on GitHub ↗

published the given minions to the ConCache

(self, minions)

Source from the content-addressed store, hash-verified

221 self.cupd_out.connect("ipc://" + self.cache_upd_sock)
222
223 def put_cache(self, minions):
224 """
225 published the given minions to the ConCache
226 """
227 self.cupd_out.send(salt.payload.dumps(minions), track=False)
228
229 def get_cached(self):
230 """

Callers 2

_auth_implMethod · 0.80
runMethod · 0.80

Calls 2

sendMethod · 0.45
dumpsMethod · 0.45

Tested by

no test coverage detected