You are here

public function SensorResult::isCached in Monitoring 7

Same name and namespace in other branches
  1. 8 src/Result/SensorResult.php \Drupal\monitoring\Result\SensorResult::isCached()

Determines if data for given result object are cached.

Return value

boolean Cached flag.

Overrides SensorResultInterface::isCached

File

lib/Drupal/monitoring/Result/SensorResult.php, line 446
Contains \Drupal\monitoring\Result\SensorResult.

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

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