Ejemplo n.º 1
0
 /**
  * Configure after successful mount.
  *
  * @return void
  **/
 protected function configure()
 {
     parent::configure();
     if ($this->fscache && $this->isMyReload()) {
         $this->fscache->flush();
     }
 }
Ejemplo n.º 2
0
 /**
  * Flush the cache.
  */
 public function flush()
 {
     $this->cache->flush();
 }