public function FileCache::getDirectory in Zircon Profile 8
Same name and namespace in other branches
- 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\CacheCode
public function getDirectory() {
return $this->directory;
}