public function KernelInterface::getCacheDir

Gets the cache directory.

@api

Return value

string The cache directory

1 method overrides KernelInterface::getCacheDir()
Kernel::getCacheDir in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
@api

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 189

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getCacheDir();