InMemoryIndexedCache Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public InMemoryIndexedCache(
	CopyFromIndexComponent component,
	XmlNamespaceManager context,
	XPathNavigator configuration
)

Parameters

component  CopyFromIndexComponent
The CopyFromIndexComponent to which the indexed cache belongs
context  XmlNamespaceManager
A context to use with the key and value XPath expressions
configuration  XPathNavigator
The indexed cache configuration

See Also