public function WSDecoderBase::isCacheable in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 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\PluginCode
public function isCacheable() {
return TRUE;
}