CacheFactoryGetCache Method (UInt32)

ScaleOut Software NamedCache API
Creates a NamedCache instance, associating the collection with the provided application ID.

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

public static NamedCache GetCache(
	uint appId
)

Parameters

appId
Type: SystemUInt32
Application identifier used internally by the ScaleOut StateServer service.

Return Value

Type: NamedCache
An instance of NamedCache.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if appId is not in the allowable range of values for an application identifier.
See Also

Reference