IBackingStoreLoad Method

ScaleOut Software NamedCache API
Loads an object from the backing store. Returns null if there is no value in the backing store for the specified id.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

Object Load(
	CachedObjectId id
)

Parameters

id
Type: Soss.ClientCachedObjectId
The identifier of the object to retrieve.

Return Value

Type: Object
The object from the backing store that is to be loaded into ScaleOut StateServer.
See Also

Reference