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...")
 
No edit summary
Line 1: Line 1:
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 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.
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 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]]

Revision as of 08:12, 9 January 2023

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 change occur 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.