Subscribed
No edit summary
m ((username removed) (log details removed): Moving to BestPractices namespace)
 
(One intermediate revision by one other user not shown)
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 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]]
[[Category:Model]]

Latest revision as of 21:35, 20 December 2023

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.

This page was edited 150 days ago on 12/20/2023. What links here