Class DiscountTranslationService
- Namespace
- Dynamicweb.Ecommerce.Orders.Discounts
- Assembly
- Dynamicweb.Ecommerce.dll
[Obsolete("Use DiscountService")]
public class DiscountTranslationService : ICacheStorage<int, List<DiscountTranslation>>, ICacheStorage<int>, ICacheStorage
- Inheritance
-
DiscountTranslationService
- Implements
- Inherited Members
Constructors
DiscountTranslationService()
public DiscountTranslationService()
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
int- Key to reset