You are here

public function FileCache::getDirectory in Plug 7

Gets the cache directory.

Return value

string

File

lib/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php, line 90

Class

FileCache
Base file cache driver.

Namespace

Doctrine\Common\Cache

Code

public function getDirectory() {
  return $this->directory;
}