Lemon\RestBundle\Tests\TestKernel::getCacheDir PHP Method

getCacheDir() public method

public getCacheDir ( )
    public function getCacheDir()
    {
        return sys_get_temp_dir() . '/LemonRestBundle/cache';
    }