Adds items to the query cache for list and infinite list queries.

addItemsToListQueryCache({
data: [{ id: 1, name: 'Item 1' }, { id: 2, name: 'Item 2' }],
queryKeysList: [['get-list', 'posts', {}]],
queryKeysInfiniteList: [['get-infinite-list', 'posts', {}]],
cacheAddItemTo: 'end'
});