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...")
 
m ((username removed) (log details removed): Moving to BestPractices namespace)
 
(2 intermediate revisions 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]]

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 149 days ago on 12/20/2023. What links here