コード例 #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();
 }