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.7.0.1
Syntax
| C# |
|---|
public bool ContainsKey( CacheableKey key ) |
| Visual Basic (Declaration) |
|---|
Public Function ContainsKey ( _ key As CacheableKey _ ) As Boolean |
| Visual C++ |
|---|
public: bool ContainsKey ( CacheableKey^ key ) |
Parameters
- key
- CacheableKey
key to search for
Return Value
true if contained
See Also
Region Class
GemStone.GemFire.Cache Namespace