Share via


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

CacheSerializerHints()

Properties

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