• Full name: \App\Domain\Product\Service\ProductCache

Methods

update

Update user caches.

public static update(\App\Domain\Product\Model\Product|array $product): void
  • 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.

public static clean(\App\Domain\Product\Model\Product|array $product): void
  • 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.