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 (read-through), sync updates synchronously (write-through) or asynchronously (write-behind) to database.
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 how what an Entry Processor is, and how it is used in NCache.