Show / Hide Table of Contents

Class CachingOptions

Caching options.

Inheritance
Object
CachingOptions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Builder
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class CachingOptions

Properties

CacheLockTimeout

The timeout for concurrency locking in the default cache.

Declaration
public TimeSpan CacheLockTimeout { get; set; }
Property Value
TimeSpan

IPAddressExpiration

Gets or sets the IPAddressLocation expiration.

Declaration
public TimeSpan IPAddressExpiration { get; set; }
Property Value
TimeSpan

The IPAddressLocation expiration.

OrganisationExpiration

Gets or sets the IOrganisation expiration.

Declaration
public TimeSpan OrganisationExpiration { get; set; }
Property Value
TimeSpan

The IOrganisation expiration.

PersonExpiration

Gets or sets the IPerson expiration.

Declaration
public TimeSpan PersonExpiration { get; set; }
Property Value
TimeSpan

The IPerson expiration.

TenantSettingsExpiration

Gets or sets the TenantSettings expiration.

Declaration
public TimeSpan TenantSettingsExpiration { get; set; }
Property Value
TimeSpan

The TenantSettings expiration.

TrustedDomainExpiration

Gets or sets the TrustedDomainMatch expiration.

Declaration
public TimeSpan TrustedDomainExpiration { get; set; }
Property Value
TimeSpan

The TrustedDomainMatch expiration.

UserClaimsExpiration

Gets or sets the user claims expiration.

Declaration
public TimeSpan UserClaimsExpiration { get; set; }
Property Value
TimeSpan

The user claims expiration.

UserExpiration

Gets or sets the user expiration.

Declaration
public TimeSpan UserExpiration { get; set; }
Property Value
TimeSpan

The user expiration.

UserLoginsExpiration

Gets or sets the Microsoft.AspNetCore.Identity.UserLoginInfo expiration.

Declaration
public TimeSpan UserLoginsExpiration { get; set; }
Property Value
TimeSpan

The Microsoft.AspNetCore.Identity.UserLoginInfo expiration.

Back to top Generated by DocFX