예제 #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');
 }