setCacheOptions() 공개 메소드

public setCacheOptions ( CacheOptions $options )
$options WellCommerce\Component\DataSet\Cache\CacheOptions
예제 #1
0
 public function setCacheOptions(CacheOptions $options)
 {
     $this->dataset->setCacheOptions($options);
 }