LdapTools\Cache\CacheTrait::setCachePrefix PHP Méthode

setCachePrefix() public méthode

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