Return the value for the given ICacheableKey,
or NULL if not found.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public IGFSerializable Find( ICacheableKey key ) |
| Visual Basic (Declaration) |
|---|
Public Function Find ( _ key As ICacheableKey _ ) As IGFSerializable |
| Visual C++ |
|---|
public: IGFSerializable^ Find ( ICacheableKey^ key ) |
Parameters
- key
- ICacheableKey
the key to find
Return Value
the serializable value for the key
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::NullPointerException | if the key is null |
See Also
Properties Class
GemStone.GemFire.Cache Namespace