ConfigurationLoaderIsCached Method |
Gets whether the given Object has already been loaded and cached.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsCached(
IGraph g,
INode objNode
)
Public Shared Function IsCached (
g As IGraph,
objNode As INode
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Configuration Graph. - objNode
- Type: VDS.RDFINode
Object Node.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.IsCached(VDS.RDF.IGraph,VDS.RDF.INode)"]
Remarks
If this returns true then loading that object again should be essentially instantaneous as it will come from the cache.
See Also