Data Source Providers - Read Through/Write Through/Write Behind
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 through 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
Note
Please note that Read Through, Write Through, and Write Behind are [Deprecated] for NCache Java.
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.