WellCommerce\Bundle\DoctrineBundle\EventListener\CacheInvalidatorSubscriber::__construct PHP Метод

__construct() публичный Метод

CacheInvalidatorSubscriber constructor.
public __construct ( Cache\Taggable\TaggablePoolInterface $cachePool )
$cachePool Cache\Taggable\TaggablePoolInterface
    public function __construct(TaggablePoolInterface $cachePool)
    {
        $this->cachePool = $cachePool;
    }