Searched refs:cachedStates (Results 1 – 2 of 2) sorted by relevance
35 protected $cachedStates; variable in OAuth\\Common\\Storage\\Redis48 $this->cachedStates = array();142 if (isset($this->cachedStates[$service])) {143 return $this->cachedStates[$service];148 return $this->cachedStates[$service] = unserialize($val);158 $this->cachedStates[$service] = $state;169 if (isset($this->cachedStates[$service])170 && null !== $this->cachedStates[$service]184 unset($this->cachedStates[$service]);196 $this->cachedStates = array();
35 protected $cachedStates; variable in OAuth\\Common\\Storage\\Redis 48 $this->cachedStates = array();142 if (isset($this->cachedStates[$service])) {143 return $this->cachedStates[$service];148 return $this->cachedStates[$service] = $val;158 $this->cachedStates[$service] = $state;169 if (isset($this->cachedStates[$service])170 && null !== $this->cachedStates[$service]184 unset($this->cachedStates[$service]);196 $this->cachedStates [all...]