예제 #1
0
 /**
  * Configure after successful mount.
  *
  * @return void
  **/
 protected function configure()
 {
     parent::configure();
     if ($this->fscache && $this->isMyReload()) {
         $this->fscache->flush();
     }
 }
예제 #2
0
파일: Cached.php 프로젝트: bolt/filesystem
 /**
  * Flush the cache.
  */
 public function flush()
 {
     $this->cache->flush();
 }