IndexedCache Properties

Properties

Component This read-only property returns a reference to the CopyFromIndexComponent that owns it
Count This read-only property returns a count of the items in the indexed cache
IsDisposed This read-only property can be used to determine whether or not the indexed cache has been disposed
Item This read-only property returns the value in the indexed cache for the given key
KeyExpression This read-only property returns the XPath expression used to extract the key from values
Name This read-only property returns the name of the index cache
ValueExpression This read-only property returns the XPath expression used to search for values in the XML files

See Also