CacheSerializerHints Class
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.
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. |