LdapTools\Cache\CacheTrait::setCachePrefix PHP Method

setCachePrefix() public method

Set the prefix used for the cache item name.
public setCachePrefix ( string $prefix )
$prefix string
    public function setCachePrefix($prefix)
    {
        $this->cachePrefix = $prefix;
    }