[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › Cache

Cache implementations including LRU eviction.

## Functions

| Function                                                                        | Description                                                         |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| [createLruCache](https://evolu.dev/docs/api-reference/common/Cache/functions/createLruCache) | Creates an LRU (least recently used) cache with a maximum capacity. |

## Interfaces

| Interface                                                      | Description                                                           |
| -------------------------------------------------------------- | --------------------------------------------------------------------- |
| [Cache](https://evolu.dev/docs/api-reference/common/Cache/interfaces/Cache) | Generic cache interface providing basic key-value storage operations. |