You are here

public function SensorResultInterface::isCached in Monitoring 8

Same name and namespace in other branches
  1. 7 lib/Drupal/monitoring/Result/SensorResultInterface.php \Drupal\monitoring\Result\SensorResultInterface::isCached()

Determines if data for given result object are cached.

Return value

boolean Cached flag.

1 method overrides SensorResultInterface::isCached()
SensorResult::isCached in src/Result/SensorResult.php
Determines if data for given result object are cached.

File

src/Result/SensorResultInterface.php, line 130
Contains \Drupal\monitoring\Result\SensorResultInterface.

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function isCached();