Exemplo n.º 1
0
 protected function cacheClear()
 {
     if ($this->cache === null) {
         return;
     }
     $this->cache->clear();
 }
 /**
  * Clears the devices from the persistence provider
  * @see WURFL_Storage_Base::clear()
  */
 private function clean()
 {
     $this->persistenceProvider->clear();
 }
 /**
  * Clears the data in the persistence provider
  * @see WURFL_Storage_Base::clear()
  */
 public function remove()
 {
     $this->persistenceStorage->clear();
     $this->wurflManager = null;
 }