Class RewardRuleService
- Namespace
- Dynamicweb.Ecommerce.Loyalty
- Assembly
- Dynamicweb.Ecommerce.dll
public class RewardRuleService : ICacheStorage<int, ConcurrentDictionary<int, RewardRule>>, ICacheStorage<int>, ICacheStorage
- Inheritance
-
RewardRuleService
- Implements
- Inherited Members
Constructors
RewardRuleService()
public RewardRuleService()
Methods
ClearCache()
Resets all keys to the default value for objects stored in the object cache
public void ClearCache()
ClearCache(IEnumerable<int>)
Resets the specified keys to the default value for objects stored in the object cache
public void ClearCache(IEnumerable<int> keys)
Parameters
keys
IEnumerable<int>Keys to reset
ClearCache(int)
Resets the specified key to the default value for objects stored in the object cache
public void ClearCache(int key)
Parameters
key
intKey to reset