DevForce Help Reference
QueryCache Class
Members 


A list of queries that can be satisfied without having to go out to an external data source.
Syntax
'Declaration
 
Public Class QueryCache 
'Usage
 
Dim instance As QueryCache
public class QueryCache 
Remarks
The QueryCache is managed by the EntityManager and is used within the framework to determine which queries can be executed against cache only. Developers don't usually need to interact with the QueryCache, but you do have several means of controlling its contents. Use EntityManager.QueryCache to access the cache. You will not usually need to directly add and remove queries from the cache, since EntityManager will manage it based on queries executed and entities removed.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.QueryCache

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

QueryCache Members
IdeaBlade.EntityModel Namespace

Send Feedback