コード例 #1
0
ファイル: Option.php プロジェクト: weboap/option
 public function clear()
 {
     //clear database
     $this->storage->clear();
     // clear cached options
     $this->cache->forget('weboap.options');
 }
コード例 #2
0
ファイル: Visitor.php プロジェクト: skosm/LaraShop
 public function clear()
 {
     //clear database
     $this->storage->clear();
     // clear cached options
     $this->cache->destroy('weboap.visitor');
 }