A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class CustomerCacheElement

Inheritance
System.Object
CustomerCacheElement
Namespace: Mediachase.Commerce.Customers.Configuration
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class CustomerCacheElement : ConfigurationElement

Constructors

CustomerCacheElement()

Initializes a new instance of the CustomerCacheElement class.

Declaration
public CustomerCacheElement()

Properties

AddressCollectionTimeout

Gets or sets the address collection timeout.

Declaration
public TimeSpan AddressCollectionTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The address collection timeout.

AddressTimeout

Gets or sets the address timeout.

Declaration
public TimeSpan AddressTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The address timeout.

ContactCollectionTimeout

Gets or sets the contact collection timeout.

Declaration
public TimeSpan ContactCollectionTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The contact collection timeout.

ContactTimeout

Gets or sets the contact timeout.

Declaration
public TimeSpan ContactTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The contact timeout.

CreditCardCollectionTimeout

Gets or sets the credit card collection timeout.

Declaration
public TimeSpan CreditCardCollectionTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The credit card collection timeout.

CreditCardTimeout

Gets or sets the credit card timeout.

Declaration
public TimeSpan CreditCardTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The credit card timeout.

IsEnabled

Attribute determines whether in-memory caching is enabled or not.

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
System.Boolean

true if this instance is enabled; otherwise, false.

OrganizationCollectionTimeout

Gets or sets the organization collection timeout.

Declaration
public TimeSpan OrganizationCollectionTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The organization collection timeout.

OrganizationTimeout

Gets or sets the organization timeout.

Declaration
public TimeSpan OrganizationTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The organization timeout.

Methods

IsReadOnly()

Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only.

Declaration
public override bool IsReadOnly()
Returns
Type Description
System.Boolean

true if the System.Configuration.ConfigurationElement object is read-only; otherwise, false.