You are here

public function CmisConnectionEntity::getCmisCacheable in CMIS API 8

Same name and namespace in other branches
  1. 8.2 src/Entity/CmisConnectionEntity.php \Drupal\cmis\Entity\CmisConnectionEntity::getCmisCacheable()
  2. 3.0.x src/Entity/CmisConnectionEntity.php \Drupal\cmis\Entity\CmisConnectionEntity::getCmisCacheable()

Get CMIS repository cacheable flag.

Return value

boolean

File

src/Entity/CmisConnectionEntity.php, line 133

Class

CmisConnectionEntity
Defines the CMIS connection entity.

Namespace

Drupal\cmis\Entity

Code

public function getCmisCacheable() {
  return $this->cmis_cacheable;
}