CacheSerializerHints.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 cache expiry based on the in-coming token. Use to optimize cache eviction with the app token cache.
public DateTimeOffset? SuggestedCacheExpiry { get; set; }
member this.SuggestedCacheExpiry : Nullable<DateTimeOffset> with get, set
Public Property SuggestedCacheExpiry As Nullable(Of DateTimeOffset)