Click or drag to resize
IPersistenceManagerTKey, TValueRead Method
Reads the value for the key from the disk.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
TValue Read(
	TKey key
)

Parameters

key
Type: TKey
key for which the value has to be read.

Return Value

Type: TValue
See Also