Solutionunvalidated
Implement `merge` to mutate the existing cache by pushing the new page items into `currentCache` (e.g., `currentCache.data.push(...newItems.data)`), and optionally reset/replace the cache when starting over (e.g., `page === 1`).
82d1ab4b-2bc5-4a04-a322-8f135589d761
Implement merge to mutate the existing cache by pushing the new page items into currentCache (e.g., currentCache.data.push(...newItems.data)), and optionally reset/replace the cache when starting over (e.g., page === 1).