> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/integrations/langchain/cache.md).

# Cache

***

Caching can save you money by reducing the number of API calls you make to the LLM provider, if you're often requesting the same completion multiple times. It can speed up your application by reducing the number of API calls you make to the LLM provider.

### Cache Nodes:

* [InMemory Cache](/integrations/langchain/cache/in-memory-cache.md)
* [InMemory Embedding Cache](/integrations/langchain/cache/inmemory-embedding-cache.md)
* [Momento Cache](/integrations/langchain/cache/momento-cache.md)
* [Redis Cache](/integrations/langchain/cache/redis-cache.md)
* [Redis Embeddings Cache](/integrations/langchain/cache/redis-embeddings-cache.md)
* [Upstash Redis Cache](/integrations/langchain/cache/upstash-redis-cache.md)
