Interface IDistributedCacheProvider
This interface represents a distributed cache of serialized values.
Assembly: Alachisoft.NCache.DistributedCache.dll
Syntax
public interface IDistributedCacheProvider
              Methods
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.  |