Represents a client-side cache specific to Entity Framework.
Namespace:
C1.Data.EntitiesAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
C# |
---|
public class EntityClientCache : ClientCacheBase |
Visual Basic |
---|
Public Class EntityClientCache _ Inherits ClientCacheBase |
Remarks
Usually, a single instance of this class is created on application startup
and exists during the entire application lifetime,
while each form, window, or user control works with data using a EntityClientScope created by calling the CreateScope()()()() method.