Ejemplo n.º 1
0
 /**
  * For ModuleBuilder postProcess handles running the metadata cache queue
  */
 public function postProcess()
 {
     // Turns the queue runner back on and calls it to let it do its thing
     MetaDataManager::setRunQueueOnCallOn();
     MetaDataManager::runCacheRefreshQueue();
 }