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

Properties

Info

Information about the object cache

public CacheInformation Info { get; }

Property Value

CacheInformation

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

SetCacheType<TObjectCache>()

Changes the storage container

public void SetCacheType<TObjectCache>() where TObjectCache : ServiceCache<VatGroupCountryRelationKey, VatGroupCountryRelation>

Type Parameters

TObjectCache
To top