Memory gives you a key-value store you can use in graphs and modules.
In the Memory view you can:
Search memories...Add MemoryUse SHORT for temporary values and LONG for values you want to keep between restarts.
These are the memory nodes you can use in Graph System:
Memory Get/CreateMemory SetMemory SaveMemory JoinMemory Set MemoryMemory ExtractMemory Get/Create gets an existing value or creates a memory object for a name and scope.Memory Set changes the value inside a memory object.Memory Save writes the memory object back to storage.Memory Join combines multiple memories into one object.Memory Set Memory nests one memory inside another.Memory Extract pulls a key out of an object memory.memory_update fires when you set a value.memory_delete fires when you delete a value.