The MSDN documentation does not provide a detailed explanation of what it is used for.
Since it is optional, I almost assume it to be some kind of metadata ...
As I look at this right now, I would like to use it as a way to specify caches only for specific users, for example:
new CacheItem(key: "keyName", value: objectData, regionName: "userName")
What is the responsibility of the regionName property of the CacheItem class? What is it used for?
source share