Table of Contents

Class VatGroupCountryRelationService

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
public class VatGroupCountryRelationService : ICacheStorage<VatGroupCountryRelationKey, VatGroupCountryRelation>, ICacheStorage<VatGroupCountryRelationKey>, ICacheStorage
Inheritance
VatGroupCountryRelationService
Implements
Inherited Members

Constructors

VatGroupCountryRelationService()

public VatGroupCountryRelationService()

Methods

ClearCache()

Resets all keys to the default value for objects stored in the object cache

public void ClearCache()

ClearCache(VatGroupCountryRelationKey)

Resets the specified key to the default value for objects stored in the object cache

public void ClearCache(VatGroupCountryRelationKey key)

Parameters

key VatGroupCountryRelationKey

Key to reset

ClearCache(IEnumerable<VatGroupCountryRelationKey>)

Resets the specified keys to the default value for objects stored in the object cache

public void ClearCache(IEnumerable<VatGroupCountryRelationKey> keys)

Parameters

keys IEnumerable<VatGroupCountryRelationKey>

Keys to reset

To top