public function CachePluginBase::getResultsKey

Returns the resultsKey property.

Return value

string The resultsKey property.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php, line 77
Definition of Drupal\views\Plugin\views\cache\CachePluginBase.

Class

CachePluginBase
The base plugin to handle caching.

Namespace

Drupal\views\Plugin\views\cache

Code

public function getResultsKey() {
  return $this->resultsKey;
}