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



A list of queries that can be satisfied without having to go out to an external data source.

Syntax

Visual Basic (Declaration) 
Public Class QueryCache 
Visual Basic (Usage)Copy Code
Dim instance As QueryCache
C# 
public class QueryCache 
C++/CLI 
public ref 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 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.