521
Views
3
Comments
Solved
EspaceInvalidateCache
Question

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



2026-06-05 12-38-17
Eduardo Jauch
Solution

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 

2019-12-07 10-53-52
Ajithkumar Radhakrishnan

Eduardo Jauch wrote:

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 

This really helps. Thanks for the clarification


2026-06-05 12-38-17
Eduardo Jauch

You're welcome. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.