You are here

protected property SensorResult::$isCached in Monitoring 7

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

If the current result was constructed from a cache.

Type: bool

File

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

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

protected $isCached = FALSE;