Freigeben über


CacheSerializerHints Class

Definition

Set of properties that the token cache serialization implementations might use to optimize the cache.

public class CacheSerializerHints
type CacheSerializerHints = class
Public Class CacheSerializerHints
Inheritance
CacheSerializerHints

Constructors

Name Description
CacheSerializerHints()

Properties

Name Description
CancellationToken

CancellationToken enabling cooperative cancellation between threads, thread pool, or Task objects.

SuggestedCacheExpiry

Suggested cache expiry based on the in-coming token. Use to optimize cache eviction with the app token cache.

Applies to