pub fn write_to_disk(
path: &Path,
config: &MemoryConfig,
cache: &MemoryCache,
sessions: &SessionCache,
knowledge: &KnowledgeCache,
) -> Result<(), MemoryError>Expand description
Write all in-memory state to an HDF5 file on disk.