Refresh Timeout Property

Top  Previous  Next

This property is used to define the time in seconds of life of the data provided by data source. The data returned by the data source will be kept in memory objects called as ADOM (Application Data Object Model) and will be reused till it is refreshed.

Examples:

Value

Meaning

60

The data will be refreshed if 60 seconds have been passed over the previous refresh.

0

The data will be refreshed by each request.

-1

The data is never refreshed by the datasource service. This value can be used if the data provided by the datasource never changes.