Represents a client-side cache specific to RIA Services.

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

Syntax

C#
public class RiaClientCache : ClientCacheBase
Visual Basic
Public Class RiaClientCache _
	Inherits ClientCacheBase

Remarks

Usually, a single instance of this class is created on application startup and exists during the entire application lifetime, while each user control accesses the data using a RiaClientScope created by calling the CreateScope()()()() method.

Inheritance Hierarchy

System..::..Object
  C1.Data..::..ClientCacheBase
    C1.Silverlight.Data.RiaServices..::..RiaClientCache

See Also