Gc\Mvc\Service\CacheService::__construct PHP Метод

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

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