Neos\Flow\Reflection\ReflectionService::getPrecompiledReflectionStoragePath PHP Method

getPrecompiledReflectionStoragePath() protected method

Determines the path to the precompiled reflection data.
    protected function getPrecompiledReflectionStoragePath()
    {
        return Files::concatenatePaths([$this->environment->getPathToTemporaryDirectory(), 'PrecompiledReflectionData/']) . '/';
    }
ReflectionService