IBackingStoreStore Method

ScaleOut Software NamedCache API
Persists an object to the backing store.

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

void Store(
	CachedObjectId id,
	Object value
)

Parameters

id
Type: Soss.ClientCachedObjectId
The identifier of the object to persist.
value
Type: SystemObject
The cached object to be written to the backing store.
See Also

Reference