Ask a question to get started
Enter to sendā¢Shift+Enter new line
import { ... } from "@langchain/core/caches";
Base class for all caches. All caches should extend this class.
A cache for storing LLM generations that stores data in memory.