Click or drag to resize

VirtualNodeCacheTNodeID, 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: SystemFuncTNodeID, TKey
Function that maps Node IDs to dictionary keys.
See Also