Class SimpleVirtualNodeCache<TNodeID>
A Cache that maps from Virtual IDs to Materialised Values where the IDs map directly to dictionary keys.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Storage.Virtualisation
Assembly: dotNetRDF.dll
Syntax
public class SimpleVirtualNodeCache<TNodeID> : VirtualNodeCache<TNodeID, TNodeID>
Type Parameters
Name | Description |
---|---|
TNodeID | Node ID Type. |
Constructors
| Improve this Doc View SourceSimpleVirtualNodeCache()
Creates a new Simple Virtual Node Cache.
Declaration
public SimpleVirtualNodeCache()