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