interesting this form of "dependency", but I need the property value to be stored and not calculated every time it is called.
I need it that way, because the job I'm calling is heavy and time consuming. If the value is updated and stored automatically, I can use the value of this property at other times without having to spend time to recalculate it.
What is the best way to do this?