Click or drag to resize
CachedRulesManager Class
Loads rules that are eligible for recalculation from cache.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementCachedRulesManager

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public class CachedRulesManager : ICachedRulesManager

The CachedRulesManager type exposes the following members.

Constructors
  NameDescription
Public methodCachedRulesManager
Initializes a new instance of the CachedRulesManager class.
Top
Methods
  NameDescription
Public methodGetActivityRulesCached
Returns cached activity RuleInfo objects based on activity type name.
Public methodGetAttributeRulesCached
Returns cached attribute RuleInfo objects based on attribute name.
Public methodGetEnabledRules
Returns cached RuleInfos types belonging to enabled Scores on all sites.
Public methodGetMacroRulesCached
Returns cached macro RuleInfo objects.
Top
See Also