You are here

public function WSConnectorBase::getCache in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/WSConnectorBase.php \Drupal\wsdata\Plugin\WSConnectorBase::getCache()

Return cache cid for cases cache rules change.

1 call to WSConnectorBase::getCache()
WSConnectorSimpleHTTP::call in src/Plugin/WSConnector/WSConnectorSimpleHTTP.php
Make the connector call.
2 methods override WSConnectorBase::getCache()
WSConnectorGraphQL::getCache in src/Plugin/WSConnector/WSConnectorGraphQL.php
Return cache cid for cases cache rules change.
WSConnectorSimpleHTTPWithLangReplacement::getCache in src/Plugin/WSConnector/WSConnectorSimpleHTTPWithLangReplacement.php
Return cache cid for cases cache rules change.

File

src/Plugin/WSConnectorBase.php, line 82

Class

WSConnectorBase
Base class for Wsconnector plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

public function getCache() {
  return NULL;
}