You are here

protected property SensorRunner::$cache in Monitoring 7

Same name and namespace in other branches
  1. 8 src/SensorRunner.php \Drupal\monitoring\SensorRunner::cache

Internal sensor result cache.

Type: array

File

lib/Drupal/monitoring/SensorRunner.php, line 32
Contains \Drupal\monitoring\SensorRunner.

Class

SensorRunner
Instantiate and run requested sensors.

Namespace

Drupal\monitoring

Code

protected $cache = array();