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 Code |
---|---|
public class CacheIndex |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CacheIndex |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
CacheIndex | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
Add |
Adds the specified item.
|
|
Clear |
Clears all items from the index.
|
|
Clone |
Clones this instance.
|
|
Equals | (Inherited from Object.) | |
GetAllKeys |
Gets an array of all keys.
|
|
GetHashCode | (Inherited from Object.) | |
GetKeys | Overloaded. | |
GetType | (Inherited from Object.) | |
Remove |
Removes the specified item.
|
|
RemoveRange |
Removes a range of items.
|
|
SwapKeys |
Returns a dictionary of this index with keys and values swapped.
|
|
ToString | (Inherited from Object.) | |
TryGetValue |
Gets the value associated with specified key.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
Count |
Gets the number of entries in this index.
|
See Also
Smartsite.Tools.Caching.Angelina Namespace