AssetManager\Service\AssetCacheManager::__construct PHP Method

__construct() public method

Construct the AssetCacheManager
public __construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, array $config ) : AssetCacheManager
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
$config array
return AssetCacheManager
    public function __construct(ServiceLocatorInterface $serviceLocator, $config)
    {
        $this->serviceLocator = $serviceLocator;
        $this->config = $config;
    }