InMemoryIndexedCache Properties

Properties

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

See Also