void public static
\Bitrix\Catalog\ProductTable::clearProductCache(
integer $product
);
Method resets internal cache on a hit (within the same class). Static method.
Parameters
Parameter | Description | Version |
$product | Product ID or zero, reset cache for all products. | |
Example