LdapTools\Cache\CacheTrait::getCachePrefix PHP Method

getCachePrefix() public method

Get the prefix used for the cache item name.
public getCachePrefix ( ) : string
return string
    public function getCachePrefix()
    {
        return $this->cachePrefix;
    }