public function FileCache::getDirectory

Gets the cache directory.

Return value

string

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php, line 74

Class

FileCache
Base file cache driver.

Namespace

Doctrine\Common\Cache

Code

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