NCache 4.4 - Online Documentation

Using Basic Cache Operations

 
NCache provides a very user friendly API for performing basic cache operations This section explains how to perform these operations on cache. They include:
 
  • Initialize Cache
  • Add/Update Data to Cache
  • Fetch or Remove Data from Cache
  • Dispose Cache
 
In This Section
 
The cache needs to be initialized before performing any other operation on it. This section explains how to use NCache Client API for initializing cache.
 
Explains how to add or update any data on cache using NCache Client API.
 
Explains how to retrieve data from cache based on different criteria using NCache Client API.
 
Explains how to delete data from cache using NCache Client API.
 
Explains how to destroy the cache instance once you are done using it.