
|
Property
|
Description
|
Base Type
|
Default Value
|
|---|---|---|---|
|
CacheReturnedData
|
Enable this to cache the data returned from the server.
|
BOOLEAN
|
False
|
|
CacheDuration
|
Sets the time to live duration for cached data in milliseconds. When data is cached, new data is retrieved from the server only after the duration expires.
|
INTEGER
|
|
|
CacheStrategy
|
Controls the way that cache is stored. You can choose to store the cached results based on the Mashup Instance or the Mashup Name.
|
STRING
|
Mashup Instance
|
|
CacheKeyParameters
|
Opens a drop-down list that enables you to select the input parameters to use for generating the cache key. When a service input parameter is selected, the service results for that input are cached.
|
STRING
|
|
|
MaxResultSets
|
Controls the maximum number of results to store for the data service. A new result is cached when the input parameters are updated. The oldest result is deleted when the maximum is reached.
|
INTEGER
|
10
|