Happyr\DoctrineSpecification\Result\Cache::__construct PHP Method

__construct() public method

public __construct ( integer $cacheLifetime )
$cacheLifetime integer How many seconds the cached entry is valid
    public function __construct($cacheLifetime)
    {
        $this->cacheLifetime = $cacheLifetime;
    }