NCache 4.4 - Online Documentation

Quickly use Cache API in .NET

 
In this section, you will learn to utilize NCache API designed to provide a super rich set of caching features that facilitate you to store/retrieve data for faster access.
 
    In This Section
 
Describes initializing a cache to start working with it.
 
Explains adding items to the cache.
 
Explains using Cache API to find items from the cache.
 
Gives procedure to remove items from the cache.
 
Gives procedure to delete items from the cache.
 
Illustrates procedure of disposing cache once you are done using it.
 
Describes starting cache from your application through API.
 
Instructs you about stopping cache using Cache API.