Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ExternalRespCache

Connection details for an external RESP based cache store for Response Caching.

Properties

authenticationSecretId

authenticationSecretId: string

The OCID of the Oracle Vault Service secret resource.

authenticationSecretVersionNumber

authenticationSecretVersionNumber: number

The version number of the authentication secret to use. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional connectTimeoutInMs

connectTimeoutInMs: undefined | number

Defines the timeout for establishing a connection with the Response Cache. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isSslEnabled

isSslEnabled: undefined | false | true

Defines if the connection should be over SSL.

Optional isSslVerifyDisabled

isSslVerifyDisabled: undefined | false | true

Defines whether or not to uphold SSL verification.

Optional readTimeoutInMs

readTimeoutInMs: undefined | number

Defines the timeout for reading data from the Response Cache. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional sendTimeoutInMs

sendTimeoutInMs: undefined | number

Defines the timeout for transmitting data to the Response Cache. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

servers

servers: Array<ResponseCacheRespServer>

The set of cache store members to connect to. At present only a single server is supported.

Const type

type: string = "EXTERNAL_RESP_CACHE"

Methods

getDeserializedJsonObj

getJsonObj