public function SensorResult::isCached in Monitoring 8
Same name and namespace in other branches
- 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\ResultCode
public function isCached() {
return $this->isCached;
}