Basic Cache Operations
NCache provides user friendly API for performing basic CRUD operations over the cache for a single item.
In This Section
Initialize Cache
Explains how to initialize a cache through API.
Add Data to Cache
Explains how to add data into cache.
Update Data in Cache
Explains how to update data existing in cache.
Fetch Data from Cache
Explains how to fetch data from cache.
Remove Data from Cache
Explains how to remove data from cache.
Dispose Cache
Explains how to dispose off a cache.