You are here

public function CacheProvider::getNamespace in Plug 7

Retrieves the namespace that prefixes all cache ids.

Return value

string

1 call to CacheProvider::getNamespace()
ZendDataCache::doFlush in lib/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
Flushes all cache entries.

File

lib/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php, line 68

Class

CacheProvider
Base class for cache provider implementations.

Namespace

Doctrine\Common\Cache

Code

public function getNamespace() {
  return $this->namespace;
}