WellCommerce\Bundle\DoctrineBundle\EventListener\CacheInvalidatorSubscriber::__construct PHP Method

__construct() public method

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