Click or drag to resize
ABCachedObjects Class
Class providing access to cached AB tests and variants.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABCachedObjects

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public sealed class ABCachedObjects

The ABCachedObjects type exposes the following members.

Constructors
  NameDescription
Public methodABCachedObjects
Top
Fields
  NameDescription
Public fieldStatic memberCACHE_MINUTES
Caching is set to 24 hours.
Top
Methods
  NameDescription
Public methodStatic memberGetTests
Returns all AB tests using the cached section.
Public methodStatic memberGetVariants
Returns AB variants for the given test using the cached section.
Top
See Also