类 InMemoryChatMemoryStore

java.lang.Object
dev.langchain4j.store.memory.chat.InMemoryChatMemoryStore
所有已实现的接口:
ChatMemoryStore

public class InMemoryChatMemoryStore extends Object implements ChatMemoryStore
Implementation of ChatMemoryStore that stores state of ChatMemory (chat messages) in-memory.

This storage mechanism is transient and does not persist data across application restarts.