public function SignalCache::__construct in Ultimate Cron 8.2
File
- src/
Signal/ SignalCache.php, line 21
Class
Namespace
Drupal\ultimate_cron\SignalCode
public function __construct(CacheBackendInterface $cache_backend, LockBackendInterface $lock_backend) {
$this->cacheBackend = $cache_backend;
$this->lockBackend = $lock_backend;
}