You are here

public function WSDecoderBase::isCacheable in Web Service Data 8

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

Returns whether or not the result on the decoder are cacheable.

File

src/Plugin/WSDecoderBase.php, line 44

Class

WSDecoderBase
Base class for Wsdecoder plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

public function isCacheable() {
  return TRUE;
}