WellCommerce\Component\DataSet\DataSetInterface::setCacheOptions PHP Méthode

setCacheOptions() public méthode

public setCacheOptions ( CacheOptions $options )
$options WellCommerce\Component\DataSet\Cache\CacheOptions
    public function setCacheOptions(CacheOptions $options);

Usage Example

 public function setCacheOptions(CacheOptions $options)
 {
     $this->dataset->setCacheOptions($options);
 }