Table of Contents

Class StockStatusLanguageService

Namespace
Dynamicweb.Ecommerce.Stocks
Assembly
Dynamicweb.Ecommerce.dll
[Obsolete("The class is no longer used. Use Translations on the StockStatus object instead.")]
public class StockStatusLanguageService : ICacheStorage<string, ConcurrentDictionary<string, StockStatusTranslation>>, ICacheStorage<string>, ICacheStorage
Inheritance
StockStatusLanguageService
Implements
Inherited Members

Constructors

StockStatusLanguageService()

public StockStatusLanguageService()

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