Data Source Providers
While working with the cache, client applications may need to perform operations on the master data source. For this purpose, NCache supports transparent read/write operations to any type of back-end data source using Read-through and Write-through caching. Using this feature, the client application can fetch or write data to the master data source using the following providers.
- Read-through
- Write-through
- Write-behind
Important
For .NET, before deploying your .dll files, ensure you have the appropriate .NET Version installed as discussed in the NCache Installation Guide.
In This Section
Read-through Provider
Explains how to enable and configure a Read-through provider on a cache.
Write-through Provider
Explains how to enable and configure a Write-through provider on a cache.
Write-through Provider for Write-behind Operations
Explains how to configure a Write-through provider for Write-behind operations.