WellCommerce\Component\DataSet\DataSetInterface::setCacheOptions PHP Метод

setCacheOptions() публичный Метод

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

Usage Example

Пример #1
0
 public function setCacheOptions(CacheOptions $options)
 {
     $this->dataset->setCacheOptions($options);
 }