info->status_code && isset($this->pt->token)) { switch ($this->pt->token) { case 'docket-occache-flushed': $this->pt->flush_cache(); $this->do_preload = true; $this->do_flush = true; break; case 'docket-occache-enabled': $this->do_preload = true; $this->do_flush = true; break; case 'docket-log-flushed': $this->pt->flush_log(); $this->do_fetch = true; break; } if ($this->vcf()->is_dcfalse('PRELOAD') || 2 === $this->info->status_code) { $this->do_preload = false; } } ?>