Skip to content

Commit 444c03d

Browse files
authored
Merge branch 'live' into patch-1
2 parents fcf0f6b + 04f95b7 commit 444c03d

File tree

1 file changed

+35
-8
lines changed

1 file changed

+35
-8
lines changed

powerapps-docs/maker/portals/admin/clear-server-side-cache.md

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Clear the server-side cache for a portal | MicrosoftDocs"
2+
title: "Clear the server-side cache for a portal"
33
description: "Instructions to force the portal to refresh its cache immediately."
44
author: neerajnandwana-msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/23/2020
8+
ms.date: 07/21/2020
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
---
@@ -14,14 +14,14 @@ ms.reviewer: tapanm
1414

1515
As a portal administrator, you can clear the server-side cache for the entire portal so that updated data from Common Data Service is immediately reflected on the portal. Updates from Common Data Service are communicated to the portal in asynchronous mode, so there might be a lag between the time data is updated in Common Data Service and the time that updated data appears on the portal. To eliminate this delay—for example, when it interferes with portal configuration—you can force the portal to refresh its cache immediately.
1616

17-
> [!NOTE]
18-
> The SLA for cache refresh (data transfer between Common Data Service and portal) is 15 minutes.
17+
> [!IMPORTANT]
18+
> - Clearing the [portal server-side cache](#steps-to-clear-portal-server-side-cache) or the [configuration entities cache](#configuration-entity-caching-portals-with-capacity-based-licenses) causes temporary performance degradation of the portal while data gets reloaded from Common Data Service.
19+
> - Changes to the [configuration entities](#list-of-configuration-entities-refreshed-when-you-clear-config), or [publish changes](../../common-data-service/create-solution.md#publish-changes) actions should be performed during non-peak hours. Frequent or too many entity changes may adversely affect portal performance.
20+
> - The SLA for cache refresh (data transfer between Common Data Service and portal) is 15 minutes.
21+
> - Power Apps portals with version 9.2.6.x or later have improved caching. For more information, go to [Caching changes for portals with version 9.2.6.x or later](#caching-changes-for-portals-with-version-926x-or-later).
1922
2023
## Steps to clear portal server-side cache
2124

22-
> [!IMPORTANT]
23-
> Clearing the portal server-side cache causes temporary performance degradation of the portal while data gets reloaded from Common Data Service.
24-
2525
To clear the server-side cache:
2626

2727
1. Sign in to the portal as an administrator.
@@ -34,7 +34,7 @@ The server-side cache is deleted, and data is reloaded from Common Data Service.
3434

3535
![Clear the portal cache](media/clear-server-side-cache/clear-portal-cache.png)
3636

37-
## Configuration entity caching portals with capacity-based licenses
37+
## Configuration entity caching in portals with capacity-based licenses<a name = "configuration-entity-caching-portals-with-capacity-based-licenses"></a>
3838

3939
[Capacity based](https://docs.microsoft.com/power-platform/admin/powerapps-flow-licensing-faq#portals) portals have more options on `<portal_path>/_services/about`:
4040

@@ -66,3 +66,30 @@ Clearing the server-side configuration cache for a portal includes refreshing th
6666
| adx_publishingstate | adx_webnotificationentity | adx_webtemplate |
6767
| adx_publishingstatetransitionrule | adx_webnotificationurl | adx_urlhistory |
6868
| adx_publishingstatetransitionrule_webrole | adx_webpage | adx_entitypermission |
69+
70+
## Caching changes for portals with version 9.2.6.x or later
71+
72+
Power Apps portals with version 9.2.6.x or later benefit from improved caching functionality to increase consistency and reliability as follows.
73+
74+
- [Capacity-based portals and add-on portals](../faq.md#what-is-the-difference-between-power-apps-portals-dynamics-365-portals-and-add-on-portals) will use the same caching functionality.
75+
- Capacity-based portals don't have to manually [clear the configuration entity cache](#configuration-entity-caching-portals-with-capacity-based-licenses).
76+
- Add-on portals with high load will have improved performance and a reliable data cache refresh.
77+
78+
> [!IMPORTANT]
79+
> - No change to SLA for cache refresh (data transfer between Common Data Service and portal) mentioned earlier in this article.
80+
> - Data changes done using portals will reflect immediately in Common Data Service and portals.
81+
> - No change to [clear server-side cache functionality](#steps-to-clear-portal-server-side-cache). You can continue to use this functionality to clear server cache immediately.
82+
83+
### FAQs
84+
85+
**1. Can I change the cache refresh duration from 15 minutes to a lesser duration?** <br>
86+
No. SLA for cache refresh remains 15 minutes. Any changes from Common Data Service will reflect on portals within 15 minutes.
87+
88+
**2. I'm using plugins or workflows to update data in other entities and need these data changes to reflect immediately on my portal.** <br>
89+
This design approach isn't recommended. Except the primary record where the create or update action is triggered, data reflection from Common data Service to portals is never guaranteed to be immediate.
90+
91+
**3. Is there any difference in caching between capacity-based portals and add-on portals?** <br>
92+
No.
93+
94+
**4. How long does it take for changes to reflect from portals to Common Data Service?** <br>
95+
Immediately, as long as the update changes a primary record and isn't based on indirect changes to data using plugins or workflows.

0 commit comments

Comments
 (0)