CacheInvalidationEventArgs.DelayCacheFilling Property

Definition

Indicates whether the cache update should be delayed.

public bool DelayCacheFilling { get; }
member this.DelayCacheFilling : bool
Public ReadOnly Property DelayCacheFilling As Boolean

Property Value

Remarks

This information is useful when we know that multiple updates are about to happen within a very short amount of time or when bulking updates. By enabling this option, when triggering multiple updates within a few milliseconds, the file enumeration service will enumerate file items only once.

This option can only be enabled when CacheUpdateStrategy is Incremental.

Applies to