Skip to content

Commit e8a2b7a

Browse files
author
gitName
committed
remove anchors
1 parent 138dc43 commit e8a2b7a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

articles/api-management/api-management-howto-cache.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add caching to improve performance in Azure API Management
33
description: Learn how to improve the latency, bandwidth consumption, and web service load for API Management service calls.
44
author: dlepow
55
ms.service: azure-api-management
6-
ms.topic: conceptual
6+
ms.topic: how-to
77
ms.date: 03/20/2024
88
ms.author: danlep
99
---
@@ -40,7 +40,7 @@ To complete this tutorial:
4040
+ [Create an Azure API Management instance](get-started-create-service-instance.md)
4141
+ [Import and publish an API](import-and-publish.md)
4242

43-
## <a name="caching-policies"> </a>Add the caching policies
43+
## Add the caching policies
4444

4545
With caching policies shown in this example, the first request to a test operation returns a response from the backend service. This response is cached, keyed by the specified headers and query string parameters. Subsequent calls to the operation, with matching parameters, will have the cached response returned, until the cache duration interval has expired.
4646

@@ -73,7 +73,7 @@ With caching policies shown in this example, the first request to a test operati
7373
> [!TIP]
7474
> If you are using an external cache, as described in [Use an external Azure Cache for Redis in Azure API Management](api-management-howto-cache-external.md), you may want to specify the `caching-type` attribute of the caching policies. See [API Management caching policies](api-management-policies.md#caching) for more details.
7575
76-
## <a name="test-operation"> </a>Call an operation and test the caching
76+
## Call an operation and test the caching
7777
To see the caching in action, call an operation from the portal.
7878

7979
1. In the Azure portal, browse to your API Management instance.
@@ -83,7 +83,7 @@ To see the caching in action, call an operation from the portal.
8383
1. Select the **Test** tab in the top right menu.
8484
1. Select **Send**.
8585

86-
## <a name="next-steps"> </a>Next steps
86+
## Related content
8787
* For more information about caching policies, see [Caching policies][Caching policies] in the [API Management policy reference][API Management policy reference].
8888
* For information on caching items by key using policy expressions, see [Custom caching in Azure API Management](api-management-sample-cache-by-key.md).
8989
* For more information about using external Azure Cache for Redis, see [Use an external Azure Cache for Redis in Azure API Management](api-management-howto-cache-external.md).
@@ -112,7 +112,4 @@ To see the caching in action, call an operation from the portal.
112112

113113
[Create an API Management service instance]: get-started-create-service-instance.md
114114

115-
[Configure an operation for caching]: #configure-caching
116-
[Review the caching policies]: #caching-policies
117-
[Call an operation and test the caching]: #test-operation
118-
[Next steps]: #next-steps
115+

0 commit comments

Comments
 (0)