/**
  * Construct to load config setting if we have cache
  */
 public function __construct($id = false, $table = null, $ds = null)
 {
     if (QueueUtil::getConfig('cache')) {
         QueueUtil::configCache();
     }
     return parent::__construct($id, $table, $ds);
 }