public function skippedCache()
 {
     if ($this->skipCacheCheck === true) {
         return false;
     }
     return parent::skippedCache();
 }