new LRUCache(max_sizeopt)
Least-recently used cache implementation, with "approximate match" semantics
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
max_size |
number |
<optional> |
3 |
- Source: