Searched refs:cachedValues (Results 1 – 1 of 1) sorted by relevance
14 protected $cachedValues = array(); variable in helper_plugin_davcal257 if(isset($this->cachedValues['calendarcolor'][$calid]))258 return $this->cachedValues['calendarcolor'][$calid];266 $this->cachedValues['calendarcolor'][$calid] = $color;309 $this->cachedValues['calendarcolor'][$calid] = $color;465 $this->cachedValues['settings'][$userid] = $settings;505 if(isset($this->cachedValues['settings'][$userid]))506 return $this->cachedValues['settings'][$userid];513 $this->cachedValues['settings'][$userid] = $settings;533 if(isset($this->cachedValues['calid'][$id]))[all …]