SaaS CMS has officially launched! Learn more now.

Class CommerceCacheSettings

This class is intended to be used internally by EPiServer. We do not support any backward compatibility on this. Please DO NOT use this on your project. General Commerce cache settings.

Inheritance
System.Object
CommerceCacheSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Data.Provider.Internal
Assembly: Mediachase.DataProvider.dll
Version: 11.8.3
Syntax
public class CommerceCacheSettings

Constructors

CommerceCacheSettings()

Declaration
public CommerceCacheSettings()

Properties

DefaultCacheTimeOut

Gets or sets the default cache time out.

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