For the complete documentation index, see llms.txt. This page is also available as Markdown.
Cache
LangChain Cache Nodes
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.