Gets the ClientCacheBase to which this client scope is connected.

Namespace:  C1.Data
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public ClientCacheBase ClientCache { get; private set; }
Visual Basic
Public Property ClientCache As ClientCacheBase
	Get
	Private Set

See Also