protected static property Cache::$isExceptionNotified in MongoDB 7
Has a connection exception already been notified ?
This is a static, because the plugin assumes that connection errors will be share between all bins, under the hypothesis that all bins will be using the same connection.
Type: bool
See also
\Drupal\mongodb_cache\Cache::notifyException()
\Drupal\mongodb_cache\Cache::hasException()
File
- mongodb_cache/
mongodb_cache_plugin.php, line 55
Class
- Cache
- MongoDB cache implementation.
Namespace
Drupal\mongodb_cacheCode
protected static $isExceptionNotified = FALSE;