Example #1
0
 /**
  * Remove procedure script cache.
  *
  * @access protected
  * @param  string $filePath
  * @return void
  */
 protected function remove($filePath)
 {
     $this->cacheHandler->delete($filePath);
 }
 /**
  * Clear cache.
  *
  * @access public
  * @return void
  */
 public function clearCache()
 {
     $this->cacheHandler->delete('phantomjs_*');
 }