I'm developing an app using Xamarin.Forms , but I have a problem. Settings such as color, company name, cover image and logo come through a request for a web service call whose return is a JSON , but every time I have that pull this information, which can affect the performance of my server. Is there a way to optimize this, such as a cache in which I make the request only once and whenever there is an update of the information?