public function DepcalcCacheFactory::__construct in Dependency Calculation 8
DepcalcCacheFactory constructor.
Parameters
\Drupal\Core\Cache\CacheFactoryInterface $factory: The core cache factory.
File
- src/
Cache/ DepcalcCacheFactory.php, line 30
Class
Namespace
Drupal\depcalc\CacheCode
public function __construct(CacheFactoryInterface $factory, EventDispatcherInterface $dispatcher) {
$this->factory = $factory;
$this->dispatcher = $dispatcher;
}