Phalcon\Cache\Backend\Prefixable::getPrefixedIdentifier PHP Method

getPrefixedIdentifier() protected method

Returns prefixed identifier.
protected getPrefixedIdentifier ( string $id ) : string
$id string
return string
    protected function getPrefixedIdentifier($id)
    {
        return $this->_prefix . $id;
    }