You are here

public function SensorResult::isCached in Monitoring 8

Same name and namespace in other branches
  1. 7 lib/Drupal/monitoring/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

src/Result/SensorResult.php, line 486

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

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