IdeaBlade DevForce 2010 Help Reference
QueryCache Property
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityManager Class : QueryCache Property



Gets the cache of previously executed queries.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property QueryCache As QueryCache
Visual Basic (Usage)Copy Code
Dim instance As EntityManager
Dim value As QueryCache
 
value = instance.QueryCache
C# 
public QueryCache QueryCache {get;}
C++/CLI 
public:
property QueryCache^ QueryCache {
   QueryCache^ get();
}

Property Value

The query cache.

Remarks

The QueryCache is used to determine when an EntityQuery can be satisfied from cache. If a query is in the query cache and the QueryStrategy allows it the entity cache is used as the data source to fulfill the request.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.