dotNetRDF API Documentation

InMemoryManager Class

Provides a wrapper around an in-memory store

For a list of all members of this type, see InMemoryManager Members .

System.Object
   BaseAsyncSafeConnector
      InMemoryManager

public class InMemoryManager : BaseAsyncSafeConnector, IUpdateableStorage, IQueryableStorage, IAsyncUpdateableStorage, IAsyncQueryableStorage, IConfigurationSerializable

Remarks

Useful if you want to test out some code using temporary in-memory data before you run the code against a real store or if you are using some code that requires an IStorageProvider interface but you need the results of that code to be available directly in-memory.

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

InMemoryManager Members | VDS.RDF.Storage Namespace