Example #1
0
 private function updateIfNeeded()
 {
     if (!$this->cache->upToDate($this->pageSize)) {
         $this->createCache();
         $this->cache->load();
     }
 }