Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.