Class ClearMemCacheRequest
Represents the a request for the ClearMemCache method.
Inheritance
System.Object
ClearMemCacheRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ClearMemCacheRequest : ServiceRequest
Constructors
ClearMemCacheRequest()
Declaration
public ClearMemCacheRequest()
Properties
CacheKey
Specific Cache Key to remove. Leave blank for all.
Declaration
public string CacheKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Region
Cache Region to Clear. Leave blank for all.
Declaration
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |