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
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 07/16/2020
8
+
ms.date: 07/20/2020
9
9
ms.author: nenandw
10
10
ms.reviewer: tapanm
11
11
---
@@ -45,6 +45,10 @@ To learn more about the differences between Power Apps portals and portal add-on
45
45
46
46
Portal metadata is stored in entities called *configuration entities*. If you change configuration entities using the *Unified Interface application*, you **must** select **Clear config** to clear the configuration cache for changes to reflect in your Portal.
47
47
48
+
> [!IMPORTANT]
49
+
> - Metadata changes should be performed during non-peak hours.
50
+
> - Frequent metadata changes may adversely affect portal performance.
51
+
48
52
### List of configuration entities refreshed when you clear config
49
53
50
54
Clearing the server-side configuration cache for a portal includes refreshing the data from the following *configuration entities*:
@@ -78,19 +82,19 @@ Power Apps portals with version 9.2.6.x or later benefit from improved caching f
78
82
79
83
> [!IMPORTANT]
80
84
> - No change to SLA for cache refresh (data transfer between Common Data Service and portal) mentioned earlier in this article.
81
-
> - Data changes from portals will reflect immediately in Common Data Service and portals.
85
+
> - Data changes done using portals will reflect immediately in Common Data Service and portals.
82
86
> - 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.
83
87
84
88
### FAQs
85
89
86
-
**Can I change the cache refresh duration from 15 minutes to real-time refresh?** <br>
87
-
No. SLA for cache refresh will remain to 15 minutes. Though not guaranteed, it's possible that you may see some data changes from Common Data Service to portals immediately.
90
+
**1. Can I change the cache refresh duration from 15 minutes to a lesser duration?** <br>
91
+
No. SLA for cache refresh remains 15 minutes. Any changes from Common Data Service will reflect on portals within 15 minutes.
88
92
89
-
**I'm using plugins or workflows to update data in other entities and need these data changes to reflect immediately on my portal.** <br>
90
-
This design approach isn't recommended. Apart from 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.
93
+
**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>
94
+
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.
91
95
92
-
**Is there any difference in caching between capacity-based portals and add-on portals?** <br>
96
+
**3. Is there any difference in caching between capacity-based portals and add-on portals?** <br>
93
97
No.
94
98
95
-
**How long does it take for changes to reflect from portals to Common Data Service?** <br>
96
-
Immediately.
99
+
**4. How long does it take for changes to reflect from portals to Common Data Service?** <br>
100
+
Immediately, as long as the update changes a primary record and isn't based indirect changes to data using plugins or workflows.
0 commit comments