WorkingMemories Module
Factory helpers for working memory persistence.
Functions and values
| Function or value |
Description
|
Full Usage:
ado factory config
Parameters:
IDbConnectionFactory
config : WorkingMemoryConfig
Returns: IWorkingMemory
|
ADO.NET-backed working memory over any provider supplied via the connection factory.
|
Full Usage:
file baseDir config
Parameters:
string
config : WorkingMemoryConfig
Returns: IWorkingMemory
|
FileSystem-backed working memory rooted at the given directory.
|
Nao