public function CasRedirectData::getIsCacheable in CAS 8
Same name and namespace in other branches
- 2.x src/CasRedirectData.php \Drupal\cas\CasRedirectData::getIsCacheable()
Return if the redirect response is cacheable or not.
Return value
bool TRUE if the redirect response is cacheable, FALSE otherwise.
File
- src/
CasRedirectData.php, line 175
Class
- CasRedirectData
- Class CasRedirectData.
Namespace
Drupal\casCode
public function getIsCacheable() {
return $this->isCacheable;
}