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 to overload the system. Instead, only the expensive invalidation operations will be throttled.
Declaration
public int InvalidationMaxConcurrency { get; set; }Property Value
| Type | Description |
|---|---|
| int |