Class CacheConfiguration
Configuration element which contains cache enabled and reset values.
Inheritance
Namespace: Mediachase.Commerce.Marketing
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
[Obsolete("Use promotion system in EPiServer.Commerce.Marketing instead. Will be removed in a future major release, but not earlier than August 2018.")]
public class CacheConfiguration : ConfigurationElement
Constructors
CacheConfiguration()
Initializes a new instance of the CacheConfiguration class.
Declaration
public CacheConfiguration()
Properties
CampaignCollectionTimeout
Gets or sets the campaign collection timeout.
Declaration
public TimeSpan CampaignCollectionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The campaign collection timeout. |
ExpressionCollectionTimeout
Gets or sets the expression collection timeout.
Declaration
public TimeSpan ExpressionCollectionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The expression collection timeout. |
IsEnabled
Attribute determines whether in-memory caching is enabled or not.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PolicyCollectionTimeout
Gets or sets the policy collection timeout.
Declaration
public TimeSpan PolicyCollectionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The policy collection timeout. |
PromotionCollectionTimeout
Gets or sets the promotion collection timeout.
Declaration
public TimeSpan PromotionCollectionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The promotion collection timeout. |
SegmentCollectionTimeout
Gets or sets the segment collection timeout.
Declaration
public TimeSpan SegmentCollectionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The segment collection 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. |