Skip to main content

write_to_disk

Function write_to_disk 

Source
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.