Visual Basic (Declaration) | |
---|---|
Public Class QueryCache |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As QueryCache |
C# | |
---|---|
public class QueryCache |
C++/CLI | |
---|---|
public ref class QueryCache |
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.
System.Object
IdeaBlade.EntityModel.QueryCache
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