We are developing an android and iOS App and we would like to improve the performance of the map. In particular the loading speed of the vector tiles that we use.
Our setup is really easy. We have only one layer which is a `ArcGISVectorTiledLayer`. When the map is visible, the data is loaded and displayed. When the map is visible on another screen, the map loads all the data again and the user has to wait.
We would like to cache the vector tile data between maps that are displayed in our apps.
Is that possible?
What other options of caching are available?