You are here

public function FileCache::getDirectory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php \Doctrine\Common\Cache\FileCache::getDirectory()

Gets the cache directory.

Return value

string

File

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

Class

FileCache
Base file cache driver.

Namespace

Doctrine\Common\Cache

Code

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