You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/4.sdk/2.getting-started/2.middleware-module.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ The `middlewareModule` accepts the following options:
128
128
-`defaultRequestConfig` - (Optional) default request config for each request,
129
129
-`httpClient` - (Optional) a custom HTTP client,
130
130
-`errorHandler` - (Optional) a custom error handler for HTTP requests.
131
-
-`cdnCacheBustingId` - (Optional) a middleware version identifier that will be attached to all `GET` requests for the sake of bypassing the CDN cache stored for a different version of the middleware.
131
+
-`cdnCacheBustingId` - (Optional) a middleware version identifier that will be attached to all `GET` requests for the sake of bypassing the CDN cache stored for a different version of the middleware.[See guide about caching middleware responses here.](/storefront/features/cdn/caching-api-responses)
0 commit comments