You are here

public function Xml::getCacheMaxAge in Views XML Backend 8

The maximum age for which this object may be cached.

Return value

int The maximum time in seconds that this object may be cached.

Overrides QueryPluginBase::getCacheMaxAge

File

src/Plugin/views/query/Xml.php, line 467
Contains \Drupal\views_xml_backend\Plugin\views\query\Xml.

Class

Xml
Views query plugin for an XML query.

Namespace

Drupal\views_xml_backend\Plugin\views\query

Code

public function getCacheMaxAge() {
  return 0;
}