Click or drag to resize
AdvancedConnectionSettings Class
Cache settings container.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineAdvancedConnectionSettings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class AdvancedConnectionSettings

The AdvancedConnectionSettings type exposes the following members.

Constructors
  NameDescription
Public methodAdvancedConnectionSettings
Top
Fields
  NameDescription
Protected fieldmCacheDependency
Cache dependency for the cached items.
Protected fieldmCacheMinutes
Number of minutes for which the the data should be cached.
Top
Properties
  NameDescription
Public propertyCacheDependency
Cache dependency for the cached item.
Public propertyCacheMinutes
Number of minutes for which the the data should be cached.
Top
See Also