Пример #1
0
 public function clear()
 {
     //clear database
     $this->storage->clear();
     // clear cached options
     $this->cache->forget('weboap.options');
 }
Пример #2
0
 public function clear()
 {
     //clear database
     $this->storage->clear();
     // clear cached options
     $this->cache->destroy('weboap.visitor');
 }