You are here

public function CasRedirectData::getIsCacheable in CAS 2.x

Same name and namespace in other branches
  1. 8 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
Provides tools to build the redirects.

Namespace

Drupal\cas

Code

public function getIsCacheable() {
  return $this->isCacheable;
}