DevForce Help Reference
QueryCache Property


Gets the cache of previously executed queries.
Syntax
'Declaration
 
Public ReadOnly Property QueryCache As QueryCache
'Usage
 
Dim instance As EntityManager
Dim value As QueryCache
 
value = instance.QueryCache
public 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManager Class
EntityManager Members

Send Feedback