2.24.6.3. Backend cache configuration settings
The following points explain the backend cache configuration settings:
- Find the settings to configure the backend cache in the 3scale configuration options.
The last 3 settings control enabling of backend cache:
-
PARAM_USE_CACHE_BACKEND- set to true to enable backend cache. -
PARAM_BACKEND_CACHE_FLUSH_INTERVAL_SECONDS- sets time in seconds between consecutive attempts to flush cache data to the API manager. -
PARAM_BACKEND_CACHE_POLICY_FAIL_CLOSED- set whether or not to allow/open or deny/close requests to the services when there is not enough cached data and the 3scale API manager cannot be reached.
-