MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​Aspects.​ConfigurationCaching­Options­BuilderIgnore­This­Parameter
Open sandboxFocus

CachingOptionsBuilder.IgnoreThisParameter Property

IgnoreThisParameter

Gets or sets a value indicating whether the this instance should be a part of the cache key. The default value of this property is false, which means that by default the this instance is a part of the cache key.

Declaration
public Nullable<bool> IgnoreThisParameter { get; set; }
Property Value
Type Description
Nullable<Boolean>