# InMemoryStore

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/stores/InMemoryStore)

In-memory store for any type of data.

## Signature

```python
InMemoryStore(
    self,
)
```

## Extends

- `InMemoryBaseStore[Any]`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/ee95ad6907f5eab94644183393a20aa2a032bb19/libs/core/langchain_core/stores.py#L244)