Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property QueryCache As QueryCache |
Visual Basic (Usage) | ![]() |
---|---|
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.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.
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