public function CmisConnectionEntityInterface::getCmisCacheable in CMIS API 3.0.x
Same name and namespace in other branches
- 8.2 src/Entity/CmisConnectionEntityInterface.php \Drupal\cmis\Entity\CmisConnectionEntityInterface::getCmisCacheable()
Get CMIS repository cacheable flag.
Return value
bool Return CMIS cacheable flag.
1 method overrides CmisConnectionEntityInterface::getCmisCacheable()
- CmisConnectionEntity::getCmisCacheable in src/
Entity/ CmisConnectionEntity.php - Get CMIS repository cacheable flag.
File
- src/
Entity/ CmisConnectionEntityInterface.php, line 60
Class
- CmisConnectionEntityInterface
- Provides an interface for defining CMIS connection entities.
Namespace
Drupal\cmis\EntityCode
public function getCmisCacheable();