Table of Contents

Class ProductGroupRelationService

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
The ProductGroupRelationService class providing methods for querying and saving the product group relations
public class ProductGroupRelationService : ICacheStorage<string, List<ProductGroupRelation>>, ICacheStorage<string>, ICacheStorage
Inheritance
ProductGroupRelationService
Implements
Inherited Members

Methods

ClearCache()

Clears the product group relation 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