Dumplie\SharedKernel\Tests\Double\Infrastructure\Symfony\HttpKernel\KernelStub::getCacheDir PHP Method

getCacheDir() public method

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