Table of Contents

Class SalesDiscountTranslationService

Namespace
Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly
Dynamicweb.Ecommerce.dll
[Obsolete("Sales discount functionality is obsolete. Use Dynamicweb.Ecommerce.Orders.Discounts.* instead.")]
public class SalesDiscountTranslationService : ICacheStorage<string, SalesDiscountTranslation>, ICacheStorage<string>, ICacheStorage
Inheritance
SalesDiscountTranslationService
Implements
Inherited Members

Constructors

SalesDiscountTranslationService()

public SalesDiscountTranslationService()

Methods

ClearCache()

Resets all keys to the default value for objects stored in the object cache
public void ClearCache()

ClearCache(IEnumerable<string>)

Resets the specified keys to the default value for objects stored in the object cache
public void ClearCache(IEnumerable<string> keys)

Parameters

keys IEnumerable<string>
Keys to reset

ClearCache(string)

Resets the specified key to the default value for objects stored in the object cache
public void ClearCache(string key)

Parameters

key string
Key to reset
To top