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 KeyValueCache<T, U> |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class KeyValueCache(Of T, U) |
Type Parameters
- T
- U
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Count |
Returns the number of entries in the cache.
|
|
IsReadOnly |
Always returns false.
|
|
Item |
Indexer to get or set a key and value.
|
|
Keys |
Returns the collection of keys in this cache instance.
|
|
MaxCapacity |
Gets the maximum capacity of the cache.
|
|
ScavengeCount |
Gets the scavenge count.
|
|
Values |
Returns the collection of values in this cache.
|