Skip to content

Commit e19aea2

Browse files
committed
caching improvements
1 parent d45ce3d commit e19aea2

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

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

Lines changed: 31 additions & 3 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/16/2020
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
---
@@ -15,7 +15,8 @@ ms.reviewer: tapanm
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

1717
> [!NOTE]
18-
> The SLA for cache refresh (data transfer between Common Data Service and portal) is 15 minutes.
18+
> - The SLA for cache refresh (data transfer between Common Data Service and portal) is 15 minutes.
19+
> - 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).
1920
2021
## Steps to clear portal server-side cache
2122

@@ -66,3 +67,30 @@ Clearing the server-side configuration cache for a portal includes refreshing th
6667
| adx_publishingstate | adx_webnotificationentity | adx_webtemplate |
6768
| adx_publishingstatetransitionrule | adx_webnotificationurl | adx_urlhistory |
6869
| adx_publishingstatetransitionrule_webrole | adx_webpage | adx_entitypermission |
70+
71+
## Caching changes for portals with version 9.2.6.x or later
72+
73+
Power Apps portals with version 9.2.6.x or later benefit from improved caching functionality to increase consistency and reliability as follows.
74+
75+
- [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.
76+
- Capacity-based portals don't have to manually [clear the configuration entity cache](#configuration-entity-caching-portals-with-capacity-based-licenses).
77+
- Add-on portals with high load will have improved performance and a reliable data cache refresh.
78+
79+
> [!IMPORTANT]
80+
> - 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.
82+
> - 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+
84+
### FAQs
85+
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.
88+
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.
91+
92+
**Is there any difference in caching between capacity-based portals and add-on portals?** <br>
93+
No.
94+
95+
**How long does it take for changes to reflect from portals to Common Data Service?** <br>
96+
Immediately.

0 commit comments

Comments
 (0)