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
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
keyVatGroupCountryRelationKeyKey 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
keysIEnumerable<VatGroupCountryRelationKey>Keys to reset
SetCacheType<TObjectCache>()
Changes the storage container
public void SetCacheType<TObjectCache>() where TObjectCache : ServiceCache<VatGroupCountryRelationKey, VatGroupCountryRelation>
Type Parameters
TObjectCache