Click or drag to resize
CachedABTestManager Constructor
Initializes a new instance of CachedABTestManager.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public CachedABTestManager(
	IABTestManager abTestManager,
	IDateTimeNowService dateTimeNowService
)

Parameters

abTestManager
Type: CMS.OnlineMarketingIABTestManager
IABTestManager implementation to be decorated with caching.
dateTimeNowService
Type: CMS.Core.InternalIDateTimeNowService
Service used for getting current datetime.
See Also