InMemoryIndexedCache Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.CommandsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public InMemoryIndexedCache(
CopyFromIndexComponent component,
XmlNamespaceManager context,
XPathNavigator configuration
)
Public Sub New (
component As CopyFromIndexComponent,
context As XmlNamespaceManager,
configuration As XPathNavigator
)
public:
InMemoryIndexedCache(
CopyFromIndexComponent^ component,
XmlNamespaceManager^ context,
XPathNavigator^ configuration
)
new :
component : CopyFromIndexComponent *
context : XmlNamespaceManager *
configuration : XPathNavigator -> InMemoryIndexedCache
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