Method GetDistributedCache
GetDistributedCache(String)
Get NCacheDistributedCache for the given cache name.
Declaration
IDistributedCache GetDistributedCache(string cacheName)
Parameters
Type | Name | Description |
---|---|---|
System.String | cacheName | The identifier for the IDistributedCache. |
Returns
Type | Description |
---|---|
IDistributedCache | Represents a distributed cache of serialized values. |