NCache 4.4 - Online Documentation

Locking

 
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 locking and types of locking in NCache
 
Explains how to lock an item in cache using NCache API.
 
Explains how to use Cache Item Versioning feature of NCache.