Expiration Date time of the cached item. Default is current time plus 5 minutes.
cacheType defines where the response data should be stored. Default is IndexedBB. set cacheType storageType.INDEXEDDB/storageType.LOCALSTORAGE/storageType.SESSIONSTORAGE
Flag to indicate if this datasource call should be cached.
input params as an object- format: {"name": "vlocity", "state":"ca"}
input params as a string - format: "name=vlocity&state=ca"
reload defines if the data should be retrive from the cache or not. Default is false. set reload to true when fresh data needs to fetched from the API
retryCount defines the number of retry for datasource.execute() to be called if a failure is encountered.
timeoutInMillis defines the timeout for API requests.
This function generates a unique digest value for this input. Subclass needs to provide the unique data to be digested to ensure the uniqueness.
unique data to be digested.
Promise filled with hex string representation of the digested value. This hex string can be used for comparison and display.
Generated using TypeDoc
Dataraptor bundle name