PostSharpAPI ReferencePost­Sharp.​Patterns.​CachingCaching­ProfileICache­Item­Configuration.​Ignore­This­Parameter
Open sandboxFocus

CachingProfile.ICacheItemConfiguration.IgnoreThisParameter Property

ICacheItemConfiguration.IgnoreThisParameter

Determines 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
Nullable<bool> ICacheItemConfiguration.IgnoreThisParameter { get; }
Returns
Type Description
System.Nullable<Boolean>
Implements
ICacheItemConfiguration.IgnoreThisParameter