<?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: Disable Feature Cache through AddIn in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833511#M3441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/306458"&gt;Bart Van Hoecke&lt;/A&gt;‌ and I have spoken offline. &amp;nbsp;We believe that the new r&lt;A href="https://developers.arcgis.com/rest/services-reference/apply-edits-feature-service-.htm"&gt;eturnServiceEditsOption available in the feature service&lt;/A&gt; at ArcGIS Pro 2.0/ArcGIS Server 10.6 will solve his problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2018 22:47:55 GMT</pubDate>
    <dc:creator>RichRuh</dc:creator>
    <dc:date>2018-04-25T22:47:55Z</dc:date>
    <item>
      <title>Disable Feature Cache through AddIn</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833507#M3437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to access and edit a Feature Service in ArcGIS Pro. This is working, but I'd like to prevent the client of caching the Features. This is not working as expected. I've tried the following (even combined):&lt;/P&gt;&lt;P&gt;- Disabling the DisplayCache via the &lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic11771.html"&gt;DisplayCacheType&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Disabling the FeatureCache via the &lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic559.html"&gt;FeatureCacheType&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Disabling the cache on ArcGIS Server (10.4). Based on topic &lt;A href="http://server.arcgis.com/en/server/latest/publish-services/linux/coding-practices-for-extensions.htm#ESRI_SECTION1_87D94253A9A1414CA422D8A16CC489CB"&gt;&amp;nbsp;Implementing layer-level access control&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The desired behavior is achieved when I manually disable the feature cache in ArcGIS Pro as described&amp;nbsp;in &lt;A href="https://pro.arcgis.com/en/pro-app/help/data/services/how-feature-caching-works.htm"&gt;Manage the Feature Cache&lt;/A&gt;. If I don't disable it that way, I see that no new REST calls are made to the service when I pan, zoom, refresh an area that was previously loaded.&lt;/P&gt;&lt;P&gt;Is it possible to force that behavior (Disable Feature Cache) through the API, for instance, when the FeatureLayer is added to the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kinds regards,&lt;/P&gt;&lt;P&gt;Bart Van Hoecke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 10:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833507#M3437</guid>
      <dc:creator>BartVan_Hoecke</dc:creator>
      <dc:date>2017-12-21T10:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Feature Cache through AddIn</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833508#M3438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're taking a look at this now. &amp;nbsp;Could you please provide more information about &lt;EM&gt;why&lt;/EM&gt; you want to disable the feature cache? &amp;nbsp;What workflows or functionality are you trying to enable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have no objection in principle to&amp;nbsp;providing access for&amp;nbsp;this, but if you are trying to work around a problem we want to be sure to fix the underlying issue instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833508#M3438</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2018-04-10T19:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Feature Cache through AddIn</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833509#M3439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in a situation where we have to run some dynamic calculation on the server to update some Feature fields. We centralized that logic via an Server Object Interceptor on ArcGIS Server.&lt;/P&gt;&lt;P&gt;So we would like to have the most recent state of that Feature back in the desktop (ArcGIS Pro).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833509#M3439</guid>
      <dc:creator>BartVan_Hoecke</dc:creator>
      <dc:date>2018-04-16T09:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Feature Cache through AddIn</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833510#M3440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have additional questions on what you are trying to do.&lt;/P&gt;&lt;P&gt;1. Does your feature service refer to an enterprise&amp;nbsp;geodatabase that uses versioning? &amp;nbsp;If so, which kind- traditional or branch?&lt;/P&gt;&lt;P&gt;2. How are you making these edits? &amp;nbsp;Are you intercepting and adding to the payload to ApplyEdits()? &amp;nbsp;Or directly editing with ArcObjects? &amp;nbsp;Are you making these edits before, during, or after the edit operation from the client?&lt;/P&gt;&lt;P&gt;3. What version of ArcGIS Enterprise are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you'd rather not answer these questions in this public forum, please feel free to e-mail me directly at &lt;A href="mailto:rruh@esri.com"&gt;rruh@esri.com&lt;/A&gt;. &amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833510#M3440</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2018-04-18T16:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Feature Cache through AddIn</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833511#M3441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/306458"&gt;Bart Van Hoecke&lt;/A&gt;‌ and I have spoken offline. &amp;nbsp;We believe that the new r&lt;A href="https://developers.arcgis.com/rest/services-reference/apply-edits-feature-service-.htm"&gt;eturnServiceEditsOption available in the feature service&lt;/A&gt; at ArcGIS Pro 2.0/ArcGIS Server 10.6 will solve his problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 22:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/disable-feature-cache-through-addin/m-p/833511#M3441</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2018-04-25T22:47:55Z</dc:date>
    </item>
  </channel>
</rss>

