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