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.
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.
This will convert a non empty ArrayBuffer to hex string.
ArrayBuffer to convert to hex string representation.
hexString string representation of buffer.
Generated using TypeDoc
Expiration Date time of the cached item. Default is current time plus 5 minutes.