# 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/f0c5a28fa05adcda89aebcb449d897245ab21fa4/libs/langchain/langchain_classic/memory/simple.py#L8)