Open sandboxFocus

Property InvalidationMaxConcurrency

InvalidationMaxConcurrency

Gets or sets the maximum number of items that can be invalidated concurrently by a single call of the InvalidateDependency(string), RemoveItem(string), or SetItem(string, CacheItem) method (or their async equivalent). The aim of this setting is to prevent the invalidation of large graphs from overloading the system. Instead, only the expensive invalidation operations will be throttled.

Declaration
public int InvalidationMaxConcurrency { get; init; }
Property Value
Type Description
int