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
- Obtains a cached value for the provided `key`, invoking the callback if the value is missing or has expired. The `ttl` is the maximum duration in milliseconds the value can be cached. If omitted or set to `-1`, the value will have no expiry. There is no guarantee that a value will be retained in the cache for the provided duration, however. The cache space is limited, so efforts to minimize the cached value size will afford a higher cache hit ratio.
35
35
-`cache.delete(key: string): void`
36
-
- Forcefully remove the value associated withe the `key`.
36
+
- Forcefully remove the value associated with the `key`.
37
37
38
38
The following example gets a JSON value through the cache, only invoking the callback as needed:
Copy file name to clipboardExpand all lines: src/connections/destinations/add-destination.md
-99Lines changed: 0 additions & 99 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,102 +156,3 @@ In this example:
156
156
- Events sent with this `Mixpanel` setting are **not** sent to instances of Mixpanel.
157
157
- Events sent to any Adobe Analytics destinations with this `Adobe Analytics` setting use the same `marketingCloudVisitorId` value specified.
158
158
You can not use the [integrations object](/docs/guides/filtering-data/#filtering-with-the-integrations-object) to send data to individual destination instances.
159
-
160
-
### Multi-instance compatible destinations
161
-
162
-
The sections below list the most popular multi-instance Segment destinations. This list is not exhaustive. If you don’t see your favorite destination in these lists, [contact Segment Customer Success](https://segment.com/help/contact/).
163
-
164
-
##### Cloud-mode and device-mode
165
-
For the following destinations, a single source can connect to up to 10 instances of the destination in cloud-mode, and **up to one instance in device-mode**.
For the following destinations, a single source can connect to up to 10 instances of the destination in cloud-mode, but these destinations do not support a device-mode connection at all.
0 commit comments