Skip to content

Commit 81b3647

Browse files
committed
remove preview tag from bypass cache docs
1 parent 7b3fcdc commit 81b3647

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cosmos-db/how-to-configure-integrated-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ container.query_items(
132132
---
133133

134134

135-
## Bypass the integrated cache (Preview)
135+
## Bypass the integrated cache
136136

137137
Use the `BypassIntegratedCache` request option to control which requests use the integrated cache. Writes, point reads, and queries that bypass the integrated cache won't use cache storage, saving space for other items. Requests that bypass the cache are still routed through the dedicated gateway. These requests are served from the backend and cost RUs.
138138

139139
Bypassing the cache is supported in these versions of each SDK:
140140

141141
| SDK | Supported versions |
142142
| --- | ------------------ |
143-
| **.NET SDK v3** | *>= 3.35.0-preview* |
143+
| **.NET SDK v3** | *>= 3.39.0* |
144144
| **Java SDK v4** | *>= 4.49.0* |
145145
| **Node.js SDK** | Not supported |
146146
| **Python SDK** | Not supported |

articles/cosmos-db/integrated-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ To better understand the `MaxIntegratedCacheStaleness` parameter, consider the f
132132

133133
[Learn to configure the `MaxIntegratedCacheStaleness`.](how-to-configure-integrated-cache.md#adjust-maxintegratedcachestaleness)
134134

135-
## Bypass the integrated cache (Preview)
135+
## Bypass the integrated cache
136136

137-
The integrated cache has a limited storage capacity determined by the dedicated gateway SKU provisioned. By default, all requests from clients configured with the dedicated gateway connection string go through the integrated cache and take up cache space. You can control which items and queries are cached with the bypass integrated cache request option, currently in preview. This request option is useful for item writes or read requests that aren't expected to be frequently repeated. Bypassing the integrated cache for items with infrequent access saves cache space for items with more repeats, increasing RU saving potential and reducing evictions. Requests that bypass the cache are still routed through the dedicated gateway. These requests are served from the backend and cost RUs.
137+
The integrated cache has a limited storage capacity determined by the dedicated gateway SKU provisioned. By default, all requests from clients configured with the dedicated gateway connection string go through the integrated cache and take up cache space. You can control which items and queries are cached with the bypass integrated cache request option. This request option is useful for item writes or read requests that aren't expected to be frequently repeated. Bypassing the integrated cache for items with infrequent access saves cache space for items with more repeats, increasing RU saving potential and reducing evictions. Requests that bypass the cache are still routed through the dedicated gateway. These requests are served from the backend and cost RUs.
138138

139139
[Learn to bypass the integrated cache.](how-to-configure-integrated-cache.md#bypass-the-integrated-cache-preview)
140140

0 commit comments

Comments
 (0)