public function KernelInterface::getCacheDir in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::getCacheDir()
Gets the cache directory.
Return value
string The cache directory
1 method overrides KernelInterface::getCacheDir()
- Kernel::getCacheDir in vendor/
symfony/ http-kernel/ Kernel.php - Gets the cache directory.
File
- vendor/
symfony/ http-kernel/ KernelInterface.php, line 160
Class
- KernelInterface
- The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernelCode
public function getCacheDir();