MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​AspectsInvalidate­Cache­AttributeAllow­Multiple­Overloads
Open sandboxFocus

InvalidateCacheAttribute.AllowMultipleOverloads Property

AllowMultipleOverloads

Gets or sets a value indicating whether the current InvalidateCacheAttribute can match several overloads of the methods. The default value is false, which means that an error will be emitted if the current InvalidateCacheAttribute matches several methods of the same name.

Declaration
public bool AllowMultipleOverloads { get; set; }
Property Value
Type Description
System.Boolean