Neos\Cache\EnvironmentConfiguration::__construct PHP Method

__construct() public method

EnvironmentConfiguration constructor.
public __construct ( string $applicationIdentifier, string $fileCacheBasePath, integer $maximumPathLength )
$applicationIdentifier string
$fileCacheBasePath string
$maximumPathLength integer
    public function __construct($applicationIdentifier, $fileCacheBasePath, $maximumPathLength)
    {
        $this->applicationIdentifier = $applicationIdentifier;
        $this->fileCacheBasePath = $fileCacheBasePath;
        $this->maximumPathLength = $maximumPathLength;
    }