## LRUCache.(constructor)

Constructs a new instance of the `LRUCache` class

**Signature:**

```typescript
constructor(max?: number);
```

## Parameters

| Parameter | Type   | Description       |
| ---       | ---    | ---               |
| max       | number | _(Optional)_      |
