This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CacheIndex
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CacheIndex

The type exposes the following members.

Public Constructors

  Name Description
Public method CacheIndex Overloaded.

Public Methods

  Name Description
Public method Add
Adds the specified item.
Public method Clear
Clears all items from the index.
Public method Clone
Clones this instance.
Public method Equals (Inherited from Object.)
Public method GetAllKeys
Gets an array of all keys.
Public method GetHashCode (Inherited from Object.)
Public method GetKeys Overloaded.
Public method GetType (Inherited from Object.)
Public method Remove
Removes the specified item.
Public method RemoveRange
Removes a range of items.
Public method SwapKeys
Returns a dictionary of this index with keys and values swapped.
Public method ToString (Inherited from Object.)
Public method TryGetValue
Gets the value associated with specified key.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Count
Gets the number of entries in this index.

See Also

Advanced