published the given minions to the ConCache
(self, minions)
| 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 | """ |
no test coverage detected