Subscribed
(Created page with "Subscribed means that data is watched for changes and when change occur an invalidation signal is sent to the subscriber. Subscribers are often expressions. Results of express...") |
(Added Edited template with July 12, 2025.) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Subscribed means that data is watched for changes and when change | {{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. | |||
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. | |||
[[Category:Model]] |
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.