SaaS CMS has officially launched! Learn more now.

Class CacheConfiguration

Configuration element used to define cache properties.

Inheritance
System.Object
CacheConfiguration
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CacheConfiguration : ConfigurationElement

Constructors

CacheConfiguration()

Initializes a new instance of the CacheConfiguration class.

Declaration
public CacheConfiguration()

Properties

AppCollectionTimeout

Gets or sets the app collection timeout.

Declaration
[Obsolete("This setting is no longer used. Will remain at least until January 2019")]
public TimeSpan AppCollectionTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

The app 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

true if this instance is enabled; otherwise, false.