public function CacheProvider::getNamespace

Retrieve the namespace that prefixes all cache ids.

Return value

string

1 call to CacheProvider::getNamespace()
ZendDataCache::doFlush in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ZendDataCache.php
Deletes all cache entries.

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;
}