# SimpleMemory

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/memory/simple/SimpleMemory)

Simple Memory.

Simple memory for storing context or other information that shouldn't
ever change between prompts.

## Signature

```python
SimpleMemory()
```

## Extends

- `BaseMemory`

## Properties

- `memories`
- `memory_variables`

## Methods

- [`load_memory_variables()`](https://reference.langchain.com/python/langchain-classic/memory/simple/SimpleMemory/load_memory_variables)
- [`save_context()`](https://reference.langchain.com/python/langchain-classic/memory/simple/SimpleMemory/save_context)
- [`clear()`](https://reference.langchain.com/python/langchain-classic/memory/simple/SimpleMemory/clear)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/185119f98e6286253a2326d7cf4f59592678023d/libs/langchain/langchain_classic/memory/simple.py#L8)