API reference / @evolu/common / Cache
Cache
Interfaces
| Interface | Description |
|---|---|
| Cache | Generic cache interface providing basic key-value storage operations. |
Functions
| Function | Description |
|---|---|
| createLruCache | Creates an LRU (least recently used) cache with a maximum capacity. |