Replies: 1 comment 7 replies
-
Your class hierarchy doesn't look right to me, a read/write collection inside a read-only object (Class B)? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm very new to CSLA and have been roped in to fix bugs in a legacy code that uses CSLA. I'm facing the following issue,
Our microservice loads a ReadOnlyBase during the first call and I'm assuming it caches al the data in memory after that. Another microservice directly updates the database. How do I force refresh the child object? We do have a notification service that notifies changes to the database(I can know which is the corresponding CSLA object) but I don't know how to do this?
The following is a sample code,
Is this possible to do in CSLA?
Beta Was this translation helpful? Give feedback.
All reactions