Query Cache with Language Integrated Query (LINQ)
NCache LINQ (Language Integrated Query) allows .NET applications to query distributed cache data using standard C# and VB.NET syntax. By integrating NCache with the LINQ object model, developers can perform high-performance, SQL-like searches over cached objects without compromising application scalability or modifying existing code structures.
In This Section
Query Cache with LINQ in NCache Overview
Provides an overview of the NCache LINQ provider and the types of supported operators (Projection, Aggregate, Join).
Use LINQ Query for Objects
Detailed guide on how to configure the NCache LINQ provider and executing queries against the IQueryable interface.
LINQ Reference for NCache
A complete syntax reference with code examples for every supported LINQ operator in NCache.