Class SetCacheDisabledCommandSettings
Toggles ignoring cache for each request. If true, cache will not be used.
public sealed class SetCacheDisabledCommandSettings : ICommand
- Inheritance
-
SetCacheDisabledCommandSettings
- Implements
- Inherited Members
Properties
CacheDisabled
Cache disabled state.
[JsonPropertyName("cacheDisabled")]
public bool CacheDisabled { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }