Dumplie\SharedKernel\Tests\Double\Infrastructure\Symfony\HttpKernel\KernelStub::getCacheDir PHP Méthode

getCacheDir() public méthode

public getCacheDir ( )
    public function getCacheDir()
    {
        return sys_get_temp_dir() . '/dumplie/symfony/var/cache/' . $this->getEnvironment();
    }