'Declaration Public ReadOnly Property Context As String
'Usage Dim instance As Cache Dim value As String value = instance.Context
public string Context {get;}
public: property String^ Context { String^ get(); }
This value is used to specify the cache context for different users of the cache. Each user should use different context to separate the cache items.
Target Platforms
Cache Class Cache Members