func (cq *InCommandQueue) put(obj *storage.MetaDataUpdObj) {
	cq.keystorage.Put(obj.MetaDataObj())
}