LdapTools\Cache\CacheTrait::setCachePrefix PHP 메소드

setCachePrefix() 공개 메소드

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