- Full name:
\App\Domain\Product\Service\ProductCache
Methods
update
Update user caches.
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$product |
\App\Domain\Product\Model\Product|array | Product object or product array to be cached. |
clean
Clean user caches.
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$product |
\App\Domain\Product\Model\Product|array | Product object or product array to be cleaned from the cache. |