True if the region contains a value for 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 ContainsValueForKey( CacheableKey key ) |
| Visual Basic (Declaration) |
|---|
Public Function ContainsValueForKey ( _ key As CacheableKey _ ) As Boolean |
| Visual C++ |
|---|
public: bool ContainsValueForKey ( CacheableKey^ key ) |
Parameters
- key
- CacheableKey
key to search for
Return Value
true if value is not null
See Also
Region Class
GemStone.GemFire.Cache Namespace