Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs-js/features/connectivity/destination-cache-isolation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ The destination cache holds destinations that potentially require HTTP requests,

Registered destinations and destinations from environment variables are not held in the destination cache.

:::note
Destinations with authentication type "SAMLAssertion" are never cached.
SAML assertions are only valid once and therefore should never be cached.
:::

### Cache Expiration

Destinations include authorization information and therefore should not be cached limitlessly.
Expand Down
Loading