| ErpResponseCacheIsProductInCache Method |
Namespace:
Dynamicweb.Ecommerce.Integration
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static bool IsProductInCache(
CacheLevel productCacheLevel,
string productIdentifier
)
Public Shared Function IsProductInCache (
productCacheLevel As CacheLevel,
productIdentifier As String
) As Boolean
Parameters
- productCacheLevel
- Type: Dynamicweb.Ecommerce.IntegrationCacheLevel
- productIdentifier
- Type: SystemString
Return Value
Type:
BooleanSee Also