Replies: 1 comment
-
Not if it's another app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the documentation, implementing IMemoryCache is something like this.
My question is, if I am deploying my application in a server that hosts several other applications, and say another application decided to store something in the cache using the key "cache_key", will it overwrite my cache data? If yes, is it a good practice then to give a more specific name for the cache key?
Beta Was this translation helpful? Give feedback.
All reactions