![]() |
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# |
![]() |
---|---|
public class CacheIndex |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class CacheIndex |
The type exposes the following methods.
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.) |
See Also
Smartsite.Tools.Caching.Angelina Namespace