Server-Side API Programming
This section is a practical guide for programmers utilizing the NCache Server-Side API framework to create high-performance and scalable .NET and Java applications. This guide includes working examples and code snippets to implement these distributed features efficiently.
In This Section
Read-Through/Write-Through
Shows how to fetch missing data automatically using Read-through and synchronize updates with the data source synchronously using Write-through or asynchronously using Write-behind.
Cache Startup Loader/Refresher
Explains how to use Cache Startup Loader and Refresher.
Debug in Visual Studio
Learn how to debug NCache Data Providers (Read-through/Write-through/Write-behind) in Visual Studio for runtime debugging.
Bridge Conflict Resolver
Explains how to use Conflict Resolver.
Data Entry Processor
Explains what an Entry Processor is and how it is used in NCache.