# 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](https://docs.flowiseai.com/integrations/langchain/cache/in-memory-cache)
* [InMemory Embedding Cache](https://docs.flowiseai.com/integrations/langchain/cache/inmemory-embedding-cache)
* [Momento Cache](https://docs.flowiseai.com/integrations/langchain/cache/momento-cache)
* [Redis Cache](https://docs.flowiseai.com/integrations/langchain/cache/redis-cache)
* [Redis Embeddings Cache](https://docs.flowiseai.com/integrations/langchain/cache/redis-embeddings-cache)
* [Upstash Redis Cache](https://docs.flowiseai.com/integrations/langchain/cache/upstash-redis-cache)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/integrations/langchain/cache.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
