RacerDelux
Explore posts from serversBest Way To Load and Cache Scoped Data?
Right, that was part of what I was figuring out.
Is it best to make the getter async, or to do a Task.Run on the database call and make that async?
For either option, what happens if multiple services make a call to that variable before the initial call returns the value?
11 replies