<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Response Caching with Cloud  Object Store in ArcGIS Enterprise in the cloud Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1636035#M906</link>
    <description>&lt;P&gt;&lt;BR /&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/94672"&gt;@PatriceLabbé&lt;/a&gt;&amp;nbsp;- As the defect details note, the workaround involves updating the JSON for the registered data store from the REST Admin API to include the provider property (Amazon / Azure) twice— once at the root level, like is shown in the current &lt;A href="https://developers.arcgis.com/rest/enterprise-administration/server/registerdataitem/#object-store-examples" target="_self"&gt;REST API example&lt;/A&gt; for adding an object store, and then a second time (duplicated) within the info property. For example...&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "path": "/cloudStores/&amp;lt;value&amp;gt;",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "objectStore",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "provider": "amazon",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "info": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "provider": "amazon",&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"systemManaged":false,&lt;/P&gt;&lt;P&gt;Technical support will be the best resource to guide you through implementing the workaround.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 17:25:44 GMT</pubDate>
    <dc:creator>Sarah_Hanson</dc:creator>
    <dc:date>2025-07-24T17:25:44Z</dc:date>
    <item>
      <title>Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1634601#M903</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am looking for clarity on HTTP response caching for Hosted Feature Services.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;With the Object Store, I see it can be configured via ArcGIS Datastore on its own VM/Instance or a Cloud Object&amp;nbsp; Store.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;For Response Caching of Hosted Feature layer queries, is this only available if it is configured via ArcGIS Datastore VM/Instance or is this functionality also available via Cloud Object Store (S3, or Azure Container)?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Also, does this only store a given query response and then deletes&amp;nbsp; the response? I am wondering how&amp;nbsp; this operation works.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;rokharris&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 15:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1634601#M903</guid>
      <dc:creator>rokharris</dc:creator>
      <dc:date>2025-07-21T15:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1635123#M904</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923817"&gt;@rokharris&lt;/a&gt;&amp;nbsp;- Thank you for your question!&lt;/P&gt;&lt;P&gt;Response caching is not limited to ArcGIS Enterprise deployments that are using the ArcGIS Data Store object store. That said, there was a defect recently logged specific to ArcGIS Enterprise 11.5 that prevents query response caching from working as expected when the object store is configured using Amazon S3 / Azure Blob Storage. Here is the defect information (along with a workaround noted): &lt;A href="https://support.esri.com/en-us/bug/enabling-response-caching-on-a-hosted-feature-layer-fai-bug-000177268" target="_blank" rel="noopener"&gt;BUG-000177268 - Enabling response caching on a hosted feature layer fails with an error, "Object Store is disabled", when a cloud store is configured as the object store instead of the ArcGIS Datastore Object Store&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;For more information on response caching, please refer to this ArcGIS Blog:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/data-management/use-response-caching" target="_blank" rel="noopener"&gt;Use response caching in ArcGIS Enterprise&lt;/A&gt;. If you have further questions or feedback, please don't hesitate to follow up. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 18:54:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1635123#M904</guid>
      <dc:creator>Sarah_Hanson</dc:creator>
      <dc:date>2025-07-22T18:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1635926#M905</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/387667"&gt;@Sarah_Hanson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Can you help us on how to implement the workaround please?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 14:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1635926#M905</guid>
      <dc:creator>PatriceLabbé</dc:creator>
      <dc:date>2025-07-24T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1636035#M906</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/94672"&gt;@PatriceLabbé&lt;/a&gt;&amp;nbsp;- As the defect details note, the workaround involves updating the JSON for the registered data store from the REST Admin API to include the provider property (Amazon / Azure) twice— once at the root level, like is shown in the current &lt;A href="https://developers.arcgis.com/rest/enterprise-administration/server/registerdataitem/#object-store-examples" target="_self"&gt;REST API example&lt;/A&gt; for adding an object store, and then a second time (duplicated) within the info property. For example...&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "path": "/cloudStores/&amp;lt;value&amp;gt;",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "objectStore",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "provider": "amazon",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "info": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "provider": "amazon",&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"systemManaged":false,&lt;/P&gt;&lt;P&gt;Technical support will be the best resource to guide you through implementing the workaround.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 17:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1636035#M906</guid>
      <dc:creator>Sarah_Hanson</dc:creator>
      <dc:date>2025-07-24T17:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1636062#M907</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/387667"&gt;@Sarah_Hanson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Since we're upgrading from 11.3 (no object store) to 11.5 and still working on migrating our dev environment, we simply deleted all hosted scene layers / packages and then unregistered the object store first. Then we ran our Azure DevOps pipeline to register the object store with the workaround. Now caching works as expected.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 18:13:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1636062#M907</guid>
      <dc:creator>PatriceLabbé</dc:creator>
      <dc:date>2025-07-24T18:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1636108#M908</link>
      <description>&lt;P&gt;I am glad you got it working&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/94672"&gt;@PatriceLabbé&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;For others reading this: deleting layers and unregistering the object store is not a required step. Instead, you can update the existing data store item via the REST Admin API to insert the additional info parameter and then save the changes.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 19:11:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1636108#M908</guid>
      <dc:creator>Sarah_Hanson</dc:creator>
      <dc:date>2025-07-24T19:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1682726#M948</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/387667"&gt;@Sarah_Hanson&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;As you seem to be aware about response caching, I was wondering if you have any reply to this question:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1634601#M903" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1634601#M903&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is CDN cache supported for non-hosted feature layers or in the pipeline ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 15:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1682726#M948</guid>
      <dc:creator>NicolasGIS</dc:creator>
      <dc:date>2026-02-06T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1683082#M954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/408959"&gt;@NicolasGIS&lt;/a&gt;&amp;nbsp;, response caching for feature layers that reference a registered data store (i.e. a non-hosted feature layer) is planned for a future release of ArcGIS Enterprise. It's something we are hoping to deliver later this year, although the timeline is subject to change. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 16:23:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1683082#M954</guid>
      <dc:creator>Sarah_Hanson</dc:creator>
      <dc:date>2026-02-09T16:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Response Caching with Cloud  Object Store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1683369#M955</link>
      <description>&lt;P&gt;Good to know. Thanks for your reply. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 15:09:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-in-the-cloud-questions/response-caching-with-cloud-object-store/m-p/1683369#M955</guid>
      <dc:creator>NicolasGIS</dc:creator>
      <dc:date>2026-02-10T15:09:12Z</dc:date>
    </item>
  </channel>
</rss>

