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