Click or drag to resize
IPersistenceManagerTKey, TValueWrite Method
Writes a key, value pair of region to the disk. The actual file or database related write operations should be implemented in this method by the class implementing this method.

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

Parameters

key
Type: TKey
the key to write.
value
Type: TValue
the value to write.
See Also