Sulu\Bundle\TestBundle\Kernel\SuluTestKernel::getCacheDir PHP Méthode

getCacheDir() public méthode

public getCacheDir ( )
    public function getCacheDir()
    {
        return $this->rootDir . '/cache/' . $this->getContext() . '/' . $this->environment;
    }