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\CacheCode
public function getDirectory() {
return $this->directory;
}