Gc\Mvc\Service\CacheService::__construct PHP Method

__construct() public method

Constructor
public __construct ( Zend\Cache\Storage\StorageInterface $cacheStorage )
$cacheStorage Zend\Cache\Storage\StorageInterface Cache storage
    public function __construct(StorageInterface $cacheStorage)
    {
        $this->cacheStorage = $cacheStorage;
    }