예제 #1
0
 /**
  * Purges all data from the storage.
  */
 public function purge()
 {
     $this->storage->purge();
 }