CacheInvalidationEventArgs.Tag2 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.
An object that will be passed to TryGetSingleCacheFileEntityAsync(Object, CancellationToken) if needed.
public object? Tag2 { get; }
member this.Tag2 : obj
Public ReadOnly Property Tag2 As Object
Property Value
Remarks
This parameter is only useful when CacheUpdateStrategy is RenameSingleItem.
This value is often used to represents the file entity after
it got renamed.