You are here

public function LdapQuery::getCacheMaxAge in Lightweight Directory Access Protocol (LDAP) 8.4

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

ldap_query/src/Plugin/views/query/LdapQuery.php, line 65

Class

LdapQuery
Views query plugin for an SQL query.

Namespace

Drupal\ldap_query\Plugin\views\query

Code

public function getCacheMaxAge() : int {
  return 0;
}