Cached Values
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All I coded in magic before. Magic has a function where you can set a value (ex. Set(1,A)) in a memory variable A. And you can get this value anywhere by calling the Get(A) method. This works extremly well when you need to cach values that is used all over your app. Can anyone help me with this or point me in the right direction? Thanks in advance!! Thanks, Chris