London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CacheConfiguration

Configuration element used to define cache properties.

Inheritance
System.Object
CacheConfiguration
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
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.