Example #1
0
 /**
  * @return mixed
  */
 public function all($collection = false)
 {
     $result = $this->cache->rememberForever('weboap.visitor', $this->storage->all());
     if ($collection) {
         return $this->collection->make($result);
     }
     return $result;
 }