Skip to content

Commit de86f86

Browse files
Merge pull request #248201 from dlepow/cache
[APIM] Clarify response caching
2 parents 684e9d0 + c3fc10d commit de86f86

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

articles/api-management/cache-lookup-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Use the `cache-lookup` policy to perform cache lookup and return a valid cached
6666

6767
### Usage notes
6868

69+
- API Management only performs cache lookup for HTTP GET requests.
6970
* When using `vary-by-query-parameter`, you might want to declare the parameters in the rewrite-uri template or set the attribute `copy-unmatched-params` to `false`. By deactivating this flag, parameters that aren't declared are sent to the backend.
7071
- This policy can only be used once in a policy section.
7172

articles/api-management/cache-store-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The `cache-store` policy caches responses according to the specified cache setti
4444

4545
### Usage notes
4646

47+
- API Management only caches responses to HTTP GET requests.
4748
- This policy can only be used once in a policy section.
4849

4950

0 commit comments

Comments
 (0)