Class CachingOptions
- Namespace
- Duende.IdentityServer.Configuration
- Assembly
- Duende.IdentityServer.dll
Caching options.
public class CachingOptions
- Inheritance
-
CachingOptions
- Inherited Members
Constructors
CachingOptions()
public CachingOptions()
Properties
CacheLockTimeout
The timeout for concurrency locking in the default cache.
public TimeSpan CacheLockTimeout { get; set; }
Property Value
ClientStoreExpiration
Gets or sets the client store expiration.
public TimeSpan ClientStoreExpiration { get; set; }
Property Value
- TimeSpan
The client store expiration.
CorsExpiration
Gets or sets the CORS origin expiration.
public TimeSpan CorsExpiration { get; set; }
Property Value
IdentityProviderCacheDuration
Duration identity provider store cache duration
public TimeSpan IdentityProviderCacheDuration { get; set; }
Property Value
ResourceStoreExpiration
Gets or sets the scope store expiration.
public TimeSpan ResourceStoreExpiration { get; set; }
Property Value
- TimeSpan
The scope store expiration.