IBackingStoreErase Method

ScaleOut Software NamedCache API
Removes an object from the backing store.

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

void Erase(
	CachedObjectId id
)

Parameters

id
Type: Soss.ClientCachedObjectId
The identifier of the object to delete.
See Also

Reference