Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion website/docs/sdk-reference/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,9 @@ ConfigCatClient client = ConfigCatClient.get("#YOUR-SDK-KEY#", options -> {
client.forceRefresh();
```

> `getValue()` returns `defaultValue` if the cache is empty. Call `forceRefresh()` to update the cache.
:::caution
`getValue()` returns `defaultValue` if the cache is empty. Call `forceRefresh()` to update the cache.
:::

## Hooks

Expand Down
4 changes: 3 additions & 1 deletion website/docs/sdk-reference/cpp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,9 @@ auto client = ConfigCatClient::get("#YOUR-SDK-KEY#", &options);
client->forceRefresh();
```

> `getValue()` returns `defaultValue` if the cache is empty. Call `forceRefresh()` to update the cache.
:::caution
`getValue()` returns `defaultValue` if the cache is empty. Call `forceRefresh()` to update the cache.
:::

## Hooks

Expand Down
4 changes: 3 additions & 1 deletion website/docs/sdk-reference/dart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,9 @@ final client = ConfigCatClient.get(
client.forceRefresh();
```

> `getValue()` returns `defaultValue` if the cache is empty. Call `forceRefresh()` to update the cache.
:::caution
`getValue()` returns `defaultValue` if the cache is empty. Call `forceRefresh()` to update the cache.
:::

## Hooks

Expand Down
1,020 changes: 5 additions & 1,015 deletions website/docs/sdk-reference/dotnet.mdx

Large diffs are not rendered by default.

Loading
Loading