Adds an item to the CacheableHashSet.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public virtual void Add( ICacheableKey item ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Add ( _ item As ICacheableKey _ ) |
| Visual C++ |
|---|
public: virtual void Add ( ICacheableKey^ item ) |
Parameters
- item
- ICacheableKey
The object to add to the collection.
See Also
CacheableHashSet Class
GemStone.GemFire.Cache Namespace