Phalcon\Translate\Adapter\Redis::getLongKey PHP Method

getLongKey() protected method

Returns long key for index.
protected getLongKey ( string $index ) : string
$index string
return string
    protected function getLongKey($index)
    {
        return md5($this->language . ':' . $index);
    }