Skip to content

Commit f681477

Browse files
authored
Update README.md
Change from no cache to cache
1 parent 6c90181 commit f681477

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/esri/samples/featurelayers/service_feature_table_cache

1 file changed

+1
-1
lines changed

src/main/java/com/esri/samples/featurelayers/service_feature_table_cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p>Demonstrates how to use a feature service in in an on-interaction-cache mode. This is the default mode for a Service Feature Table.</p>
44

5-
<p>On-interaction-no-cache mode will always fetch Features from the server and doesn't cache any Features on the client's side. This means that Features will be fetched whenever the ArcGISMap pans, zooms, selects, or queries.</p>
5+
<p>On-interaction-cache mode will fetch Features within current extent when needed (performing a pan or zoom) from the server and caches those Features within a table on the client's side. Any queries performed on features within that table will be performed locally, otherwise they will be requested from the server.</p>
66

77
<p><img src="ServiceFeatureTableCache.png"/></p>
88

0 commit comments

Comments
 (0)