Do the load of your data in the ItemsService creation, store the data in the itemsService object, and when calling to the getItems(), return the locally stored data.
↧
Do the load of your data in the ItemsService creation, store the data in the itemsService object, and when calling to the getItems(), return the locally stored data.