TokenCacheNotificationArgs.SuggestedCacheExpiry 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.
Suggested value of the expiry, to help determining the cache eviction time.
This value is only set on the OnAfterAccess
delegate, on a cache write
operation (that is when args.HasStateChanged
is true
) and when the cache node contains only access tokens.
In all other cases it's null
.
public DateTimeOffset? SuggestedCacheExpiry { get; }
member this.SuggestedCacheExpiry : Nullable<DateTimeOffset>
Public ReadOnly Property SuggestedCacheExpiry As Nullable(Of DateTimeOffset)