CacheFactoryGetCache Method (String)

ScaleOut Software NamedCache API
Creates a NamedCache instance, associating the collection with the provided string identifier.

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

public static NamedCache GetCache(
	string name
)

Parameters

name
Type: SystemString
Name of the cache.

Return Value

Type: NamedCache
An instance of NamedCache.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if name is a null reference.
ArgumentException Thrown if name has zero length.
See Also

Reference