Server-Side API Programming
This section is a practical guide for programmers who want to utilize powerful features of server-side NCache to create high-performance and scalable .NET and Java applications. This includes working examples and code snippets to utilize various features of NCache 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
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
Explains making application data types Compact Serializable and use them in your application with NCache.