'Declaration Public MustInherit Class ClientCacheBase
public abstract class ClientCacheBase
'Declaration Public MustInherit Class ClientCacheBase
public abstract class ClientCacheBase
Usually, a single instance of this class is created on application startup with an ObjectContext/DomainContext as a parameter and exists during the entire application lifetime, while each form, window, or user control works with data using a ClientScope created by calling the CreateScope method.
It is the base class for platform-specific implementations, such as C1.Data.Entities.EntityClientCache (Entity Framework), C1.Silverlight.Data.RiaServices.RiaClientCache (RIA Services).
System.Object
C1.Data.ClientCacheBase
C1.Data.Entities.EntityClientCache