Neos\Cache\Frontend\PhpFrontend::__construct PHP Method

__construct() public method

Constructs the cache
public __construct ( string $identifier, Neos\Cache\Backend\PhpCapableBackendInterface $backend )
$identifier string A identifier which describes this cache
$backend Neos\Cache\Backend\PhpCapableBackendInterface Backend to be used for this cache
    public function __construct($identifier, PhpCapableBackendInterface $backend)
    {
        parent::__construct($identifier, $backend);
    }