Hi All,
I would like to understand the use of Server Action EspaceInvalidateCache.
What happens when the EspaceInvalidateCache is used with EspaceID as Input?
What is the use of this server action and when it can be used?
Does this server action publish the espace passed as Input to the action?
Thanks in Advance
Hi,
No, no publishing of the modules will happen.
https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Cache_Invalidation_in_OutSystems_11
You use this action in situations where you need to renew the data or other references in the cache. For example, you updated a site property direct in database instead of from Service Center or a module, and need to make the new value available immediately.
Cheers
Eduardo Jauch wrote:
This really helps. Thanks for the clarification
You're welcome.