Storm\Utilities\Cache\PrefixedCache::__construct PHP Метод

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

public __construct ( $Prefix, Storm\Utilities\Cache\ICache $Cache )
$Cache Storm\Utilities\Cache\ICache
    public function __construct($Prefix, ICache $Cache)
    {
        $this->Prefix = $Prefix;
        $this->Cache = $Cache;
    }