You are here

public function CmisConnectionEntityInterface::getCmisCacheable in CMIS API 8.2

Same name and namespace in other branches
  1. 3.0.x 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\Entity

Code

public function getCmisCacheable();