Skip to content

Commit 360f161

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#103888
Moved "set response cache duration policy" to outbound
1 parent 2522ce3 commit 360f161

File tree

1 file changed

+1
-1
lines changed
  • articles/api-management/policies

1 file changed

+1
-1
lines changed

articles/api-management/policies/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ms.custom: mvc
3434
| [Get X-CSRF token from SAP gateway using send request policy](./get-x-csrf-token-from-sap-gateway.md) | Shows how to implement X-CSRF pattern used by many APIs. This example is specific to SAP Gateway. |
3535
| [Route the request based on the size of its body](./route-requests-based-on-size.md) | Demonstrates how to route requests based on the size of their bodies. |
3636
| [Send request context information to the backend service](./send-request-context-info-to-backend-service.md) | Shows how to send some context information to the backend service for logging or processing. |
37-
| [Set response cache duration](./set-cache-duration.md) | Demonstrates how to set response cache duration using maxAge value in Cache-Control header sent by the backend. |
3837
| **Outbound policies** | **Description** |
3938
| [Filter response content](./filter-response-content.md) | Demonstrates how to filter data elements from the response payload based on the product associated with the request. |
39+
| [Set response cache duration](./set-cache-duration.md) | Demonstrates how to set response cache duration using maxAge value in Cache-Control header sent by the backend. |
4040
| **On-error policies** | **Description** |
4141
| [Log errors to Stackify](./log-errors-to-stackify.md) | Shows how to add an error logging policy to send errors to Stackify for logging. |

0 commit comments

Comments
 (0)