public function CmisConnectionEntity::getCmisCacheable in CMIS API 3.0.x
Same name and namespace in other branches
- 8.2 src/Entity/CmisConnectionEntity.php \Drupal\cmis\Entity\CmisConnectionEntity::getCmisCacheable()
- 8 src/Entity/CmisConnectionEntity.php \Drupal\cmis\Entity\CmisConnectionEntity::getCmisCacheable()
Get CMIS repository cacheable flag.
Return value
bool Return CMIS cacheable flag.
Overrides CmisConnectionEntityInterface::getCmisCacheable
File
- src/
Entity/ CmisConnectionEntity.php, line 149
Class
- CmisConnectionEntity
- Defines the CMIS connection entity.
Namespace
Drupal\cmis\EntityCode
public function getCmisCacheable() {
return $this->cmis_cacheable;
}