Ejemplo n.º 1
0
 /**
  * Flush the cache.
  *
  * @return $this
  */
 public function flushCache()
 {
     $this->cache->flush();
     return $this;
 }