Take the community feedback survey now.

Class ApplicationCacheOptions

Represents application cache options.

Inheritance
System.Object
ApplicationCacheOptions
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class ApplicationCacheOptions : Object

Constructors

ApplicationCacheOptions()

Declaration
public ApplicationCacheOptions()

Properties

Enabled

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

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

true if this instance is enabled; otherwise, false.