Retrieve the namespace that prefixes all cache ids.
Return value
string
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php, line 63
Class
- CacheProvider
- Base class for cache provider implementations.
Namespace
Doctrine\Common\Cache
Code
public function getNamespace() {
return $this->namespace;
}