Click or drag to resize

ProductRelatedServiceSetCache Method (String, IEnumerableProductRelated)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void SetCache(
	string key,
	IEnumerable<ProductRelated> relatedProducts
)

Parameters

key
Type: SystemString
relatedProducts
Type: System.Collections.GenericIEnumerableProductRelated
See Also