Table of Contents

Struct DependencySpec

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A dependency specification that can be supplied to a CreatePolicy when adding dependant (child) objects to a cache.

public struct DependencySpec
Inherited Members

Properties

CacheId

Returns the identifier of the cache associated with this DependencySpec. See Id.

Methods

Create<TKey, TValue>(Cache<TKey, TValue>, TKey)

Creates a dependency specification that can be supplied to a CreatePolicy when adding a dependant (child) object to a cache.

ToKey<TKey, TValue>(Cache<TKey, TValue>)

Converts the DependencySpec to the key type used by the provided Cache<TKey, TValue> instance.