Search Results

Configuring Endpoint Call Processing

This section describes how to configure endpoint call processing for the REST Cache Connector.

  1. Processing Adapter: com.mashery.proxy.customer.generic.rest-cache-connector
  2. Perform Pre-Processing: Enabled
  3. Data to make available for pre-processing: Pre-input data as shown in table below.
  4. Perform post-processing: Enabled
Data Example Notes
cache_ttl : <Cache TTL In Minutes> cache_ttl : 10

Required

Note: If cache_ttl is non-numeric or its value is not between 0 and 60 minutes, then cache expiry time will be set as 5 minutes.
headers : {"<header_name>", ...} headers : {"API_Key", ...}

Optional

Best practice is to limit the number of headers to mitigate the risk of additional latency.