Select to view content in your preferred language

Am I allowed to cache tiles in my backend server?

98
1
12-08-2024 07:20 AM
bearingwest
New Contributor

I will be serving tiles via my backend server to the frontend of the webapp. Am I allowed to cache tiles to a) improve performance and b) avoid repeated lookups on the arcgis server if a user is panning around the same extent?

0 Kudos
1 Reply
John-Foster
Esri Contributor

Hi @bearingwest ,

You cannot cache tiles on a server or service. You can check the Master Services agreement or the Product Specific agreement for the ArcGIS products you are licensing. The ArcGIS services are all hosted on CDN infrastructure and provide robust caching and performance, it shouldn't be necessary to add your own cache for performance and delivery.

--jf
0 Kudos