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

getCachePrefix() public méthode

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