Share via


CacheInvalidationEventArgs.Tag2 Property

Definition

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.

Applies to