Joli\SlackSecretSanta\SantaKernel::getCacheDir PHP 메소드

getCacheDir() 공개 메소드

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