A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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.