<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Data Caching</title><link>https://community.appian.com/discussions/f/data/21599/data-caching</link><description>Background: In my application there is a simple paging feature that utilizes a server side application to retrieve data for each page of a grid that needs looked at. Upon receiving a response from the server, the onSuccess callback of the startProcess</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Data Caching</title><link>https://community.appian.com/thread/84491?ContentTypeID=1</link><pubDate>Wed, 11 Aug 2021 15:31:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f20bbf17-2856-437f-8529-f6781ffbc5de</guid><dc:creator>jacobl825</dc:creator><description>&lt;p&gt;Adding refreshVariable refreshAlways:true to every variable worked XDDD&lt;/p&gt;
&lt;p&gt;So silly&lt;/p&gt;
&lt;p&gt;Thanks all&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data Caching</title><link>https://community.appian.com/thread/84489?ContentTypeID=1</link><pubDate>Wed, 11 Aug 2021 15:17:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb7dd62b-d9de-4c4e-8790-0a98db928332</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Also if you don&amp;#39;t want to&amp;nbsp;&lt;em&gt;always&lt;/em&gt; refresh, you can create a dummy variable that you only update on page changes (usually I just keep incrementing this variable by 1). Then, you can use the &amp;quot;refreshOnVarChange&amp;quot; parameter in a!refreshVariable() to only refresh withen this variable changes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data Caching</title><link>https://community.appian.com/thread/84478?ContentTypeID=1</link><pubDate>Wed, 11 Aug 2021 08:17:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d57b7797-e5ba-449b-a0df-0186b98d7d7a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I assume you use some local variables in your expression. When you call an expression inside the same interface multiple times, by default the local variable value is not evaluated again. To achieve this, you might want to use a!refreshVariable() and set refreshAlways to true.&lt;/p&gt;
&lt;p&gt;This is only relevant for cases where the user stays in the same top-level interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data Caching</title><link>https://community.appian.com/thread/84468?ContentTypeID=1</link><pubDate>Wed, 11 Aug 2021 03:18:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:738ffbc3-dd1a-4b51-8a96-0c19c5f09be1</guid><dc:creator>Selvakumar Kumarasamy</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/jacobl825"&gt;jacobl825&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;I think the issue resides in how we query the data while paging and not with the&amp;nbsp;a!queryEntity() function. In the paging save into, are we executing the query to fetch the task Ids from DB? Could you please share the code here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>