IBackingStoreGetCreatePolicy Method

ScaleOut Software NamedCache API
Provides a policy object to be used when a Load(CachedObjectId) operation inserts an object into the named cache. If the method returns null then the named cache's DefaultCreatePolicy will be used.

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

CreatePolicy GetCreatePolicy(
	CachedObjectId id
)

Parameters

id
Type: Soss.ClientCachedObjectId
The identifier of the object to be loaded into the cache.

Return Value

Type: CreatePolicy
The CreatePolicy to be used when inserting the specified object into the cache or null if the named cache's DefaultCreatePolicy is to be used.
See Also

Reference