Subscribed
m ((username removed) (log details removed): Moving to BestPractices namespace) |
(Adding message template to the top of the page) |
||
Line 1: | Line 1: | ||
{{message|Write the content here to display this box}} | |||
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. | ||
Revision as of 22:44, 16 June 2024
This page was created by Hans.karlsen@mdriven.net on 2021-04-08. Last edited by Edgar on 2025-01-20.
Write the content here to display this box
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.