NCache 4.4 - Online Documentation

Data Source Provider (Backing Source)

 
While working with data sources, it is important to transparently fetch the required data from the master data source if it is not available in the cache and vice versa. Read-Through and Write-through are provided by NCache for this purpose. Now you can add multiple Read-Through and Write-through providers with your applications.
 
 
If you are adding a custom object in NCache through backing source providers then you should place dlls local to the NCache service.
 
 
 
In this Section
 
Explains how Read-Through and Write-Through caching facilitates the user.
 
Explains the basic concept of Read-Through caching.
 
Explains the basic concept of Write-Through caching.
 
Explains how to use Read-Through caching in NCache.
 
Explains how to use Write-Through caching in NCache.