CacheInvalidationEventArgs.DelayCacheFilling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.