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
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/admin/clear-server-side-cache.md
+35-8Lines changed: 35 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: "Clear the server-side cache for a portal | MicrosoftDocs"
2
+
title: "Clear the server-side cache for a portal"
3
3
description: "Instructions to force the portal to refresh its cache immediately."
4
4
author: neerajnandwana-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 04/23/2020
8
+
ms.date: 07/21/2020
9
9
ms.author: nenandw
10
10
ms.reviewer: tapanm
11
11
---
@@ -14,14 +14,14 @@ ms.reviewer: tapanm
14
14
15
15
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.
16
16
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).
19
22
20
23
## Steps to clear portal server-side cache
21
24
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
-
25
25
To clear the server-side cache:
26
26
27
27
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.
34
34
35
35

36
36
37
-
## Configuration entity caching portals with capacity-based licenses
37
+
## Configuration entity caching in portals with capacity-based licenses<aname = "configuration-entity-caching-portals-with-capacity-based-licenses"></a>
38
38
39
39
[Capacity based](https://docs.microsoft.com/power-platform/admin/powerapps-flow-licensing-faq#portals) portals have more options on `<portal_path>/_services/about`:
40
40
@@ -66,3 +66,30 @@ Clearing the server-side configuration cache for a portal includes refreshing th
## 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