Class ApplicationCacheOptions
Represents application cache options.
Inheritance
System.Object
ApplicationCacheOptions
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
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 |
|