Syntax
| C# |
|---|
public class CacheableHashMap |
| Visual Basic (Declaration) |
|---|
Public Class CacheableHashMap |
| Visual C++ |
|---|
public ref class CacheableHashMap |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
| |
| Comparer | Gets the IEqualityComparer<(Of <T>)> that is used to determine equality of keys for the dictionary. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) | |
| Count | Gets the number of key/value pairs contained in the Dictionary<(Of <TKey, TValue>)>. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) | |
| Item | Gets or sets the value associated with the specified key. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) | |
| Keys | Gets a collection containing the keys in the Dictionary<(Of <TKey, TValue>)>. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) | |
| ObjectSize |
return the size of this object in bytes
| |
| Values | Gets a collection containing the values in the Dictionary<(Of <TKey, TValue>)>. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) |
Explicit Interface Implementations
See Also
GemStone.GemFire.Cache Namespace