RegionContainsValueForKey Method (CacheableKey) |
True if the region contains a value for the given key.
This only searches in the local cache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool ContainsValueForKey(
CacheableKey key
)
Public Function ContainsValueForKey (
key As CacheableKey
) As Boolean
public:
bool ContainsValueForKey(
CacheableKey^ key
)
member ContainsValueForKey :
key : CacheableKey -> bool
Parameters
- key
- Type: GemStone.GemFire.CacheCacheableKey
key to search for
Return Value
Type:
Booleantrue if value is not null
See Also