Hi All,
I don't quite understand how the options for cache query values work in conjunction with each other. The first setting is for Binding Query option and it is Cache & Share checkbox the second setting is for Named Queries and it is Cache Query Results.
Request for an explanation of how the query will behave in the following cases:
1st case
Table with bound named query to data
Binding options:
Cache & Shares = True;
Polling = False
Named Query options:
Cache Query Results = True
duration 5 seconds
Client A opens view with table, then after 3 seconds client B opens the same view. I assume that client B will get the cached value and will have the same data that client A
2nd case
Table with bound named query to data
Binding options:
Cache & Shares = True;
Polling = False
Named Query options:
Cache Query Results = False
Client A opens a view with a table, and then after 3 seconds client B opens the same view. What data will client B receive? Does the Cache & Shares option cause any changes if the Cache Query Results option is set to false?