Click or drag to resize

VirtualNodeCache<TNodeID, TKey> Constructor

Creates a new Virtual ID cache.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public VirtualNodeCache(
	Func<TNodeID, TKey> keyGenerator
)

Parameters

keyGenerator
Type: System.Func<TNodeID, TKey>
Function that maps Node IDs to dictionary keys.
See Also