Subscribed
(Adding message template to the top of the page)
(Added Edited template with July 12, 2025.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{message|Write the content here to display this box}}
{{Edited|July|12|2025}}
<message>Write the content here to display this box</message>
Subscribed means that data is watched for changes, and when a change occurs, an invalidation signal is sent to the subscriber.  
Subscribed means that data is watched for changes, and when a change occurs, an invalidation signal is sent to the subscriber.  



Latest revision as of 06:28, 20 January 2025

This page was created by Hans.karlsen@mdriven.net on 2021-04-08. Last edited by Edgar on 2025-01-20.


Subscribed means that data is watched for changes, and when a change occurs, an invalidation signal is sent to the subscriber.

Subscribers are often expressions.

Results of expressions are cached, and the answer is only computed if the expression has never been evaluated on read or has received an invalidation signal due to dependent data change.