Class CoherenceChatMemoryStore

java.lang.Object
dev.langchain4j.store.memory.chat.coherence.CoherenceChatMemoryStore
All Implemented Interfaces:
ChatMemoryStore

public class CoherenceChatMemoryStore extends Object implements ChatMemoryStore
A ChatMemoryStore backed by an Oracle Coherence named map.

The CoherenceChatMemoryStore supports memory identifiers of any type that is a valid Coherence NamedMap key. The key type must properly implement equals() and hashCode() and be serializable by the configured Coherence serializer.