Happyr\DoctrineSpecification\Result\Cache::__construct PHP Метод

__construct() публичный Метод

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