Lines Matching defs:options
77 protected $options;
93 public function __construct($location, $name, $options = null)
107 if (!is_null($options) && is_array($options)) {
108 $this->options = $options;
110 $this->options = [
116 $this->name = $this->options['prefix'] . $name;
139 if ($this->options['expire']) {
140 $this->cache->expire($this->name, $this->options['expire']);
188 if ($this->options['expire']) {
189 return $this->cache->expire($this->name, $this->options['expire']);