0

I'm going to do my best to describe my current situation, so bear with me.

In my application, there's many solutions that reference the same class to grab information from the database. They all use the same call to the class throughout the multiple solutions, is there any way I could have that value that it's checking for in the multiple solutions stick and only get called once in the class and have all solutions use the value instead of calling the class and running through the logic to find the value?

I just feel there's a lot of wasted time having to call the same class to get the same value that hasn't changed over and over again and is only getting re-run to get the value because different solutions are calling it. I'm not sure what to even look up to try to research this on what I could do to keep the value available throughout all solutions accessing it.

If you understood my problem, please provide some insight, or if it made no sense I'll try to re-clarify.

Thanks!!!

4

0 回答 0