PropertiesFind Method (ICacheableKey) |
Return the value for the given ICacheableKey,
or NULL if not found.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IGFSerializable Find(
ICacheableKey key
)
Public Function Find (
key As ICacheableKey
) As IGFSerializable
public:
IGFSerializable^ Find(
ICacheableKey^ key
)
member Find :
key : ICacheableKey -> IGFSerializable
Parameters
- key
- Type: GemStone.GemFire.CacheICacheableKey
the key to find
Return Value
Type:
IGFSerializablethe serializable value for the key
Exceptions
See Also