Add Data Source Providers
While working with cache, client applications may need to perform operations on master data source. For this purpose, NCache supports transparent read/write operations to any type of back-end data source through Read-Through and Write-Through caching. Using this feature, client application can fetch or write data to master data source using the following providers.
- Read Through
- Write-Through
- Write-Behind
In This Section
Read-Through Provider
Explains how to enable and configure Read-Through provider on a cache.
Write-Through Provider
Explains how to enable and configure Write-Through provider on a cache.
Write-Through Provider for Write-Behind Operations
Explains how to configure Write-Through provider for Write-Behind operations.