Exemplo n.º 1
0
 /**
  * Adds a URL if it isn't cached
  *
  * @param string $url
  */
 public function add($url)
 {
     $url = $this->clean($url);
     return $this->cache->tags($this->domain)->put($url, true, $this->getOption('cache_time'));
 }