Bluz\Cache\Cache::setTagPrefix PHP Method

setTagPrefix() public method

Setup prefix for cache records of tags
public setTagPrefix ( string $prefix ) : void
$prefix string
return void
    public function setTagPrefix($prefix)
    {
        $this->tagPrefix = $prefix;
    }