NCache 4.4 - Online Documentation

Object Query Language (OQL) in NCache

 
Locking prevents multiple clients from updating the same data simultaneously and also ensures data consistency. A proper locking mechanism is necessary to ensure data consistency when there is a possibility of multiple clients accessing and possibly modifying the same data at the same time. This section the locking feature provided by NCache.
 
In This Section
 
Explains the basic concept of OQL provided by NCache
 
Explains the syntax of OQL provided by NCache.
 
Explains how LINQ can be used in NCache for querying.
 
Explains how to query data in NCache using indexing mechanism.