IPersistenceManagerTKey, TValueRead Method |
Reads the value for the key from the disk.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxFunction Read (
key As TKey
) As TValue
abstract Read :
key : 'TKey -> 'TValue
Parameters
- key
- Type: TKey
key for which the value has to be read.
Return Value
Type:
TValue
See Also