True if the region contains the given key.
This only searches in the local cache.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public bool ContainsKey( ICacheableKey key ) |
| Visual Basic (Declaration) |
|---|
Public Function ContainsKey ( _ key As ICacheableKey _ ) As Boolean |
| Visual C++ |
|---|
public: bool ContainsKey ( ICacheableKey^ key ) |
Parameters
- key
- ICacheableKey
key to search for
Return Value
true if contained
See Also
Region Class
GemStone.GemFire.Cache Namespace