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
Cache Startup Loader/Refresher
Explains how to use Cache Startup Loader and Refresher.
Data Source Providers
Shows how to transparently fetch the required data from the master data source if it is not available in the cache and vice versa.
Custom Dependency [Deprecated]
Depicts how you can use custom dependencies by defining your own expiration logic.
WAN Replication with Bridge
Explains how to use Conflict Resolver.
Data Entry Processor
Explains how what an Entry Processor is, and how it is used in NCache.
MapReduce in Cache [Deprecated]
Explains what MapReduce is, and how it is used via NCache.
Aggregation in MapReduce [Deprecated]
Explains what Aggregator is, and how it is used via NCache.
Compact Serialization [Deprecated]
Explains making application data types Compact Serializable and use them in your application with NCache.