Neos\Cache\EnvironmentConfiguration::getMaximumPathLength PHP Method

getMaximumPathLength() public method

public getMaximumPathLength ( ) : integer
return integer
    public function getMaximumPathLength()
    {
        return $this->maximumPathLength;
    }