The C# examples are not provided if the native client is installed on Linux or Solaris,
so those example links will not resolve.
| C++ Examples | cacheRunner: Shows how to modify and view cache contents, perform queries on cached data, maintain highly available client queues after server failover, and authenticate client credentials. userobjects: Demonstrates the native client C++ API for distributing and retrieving custom-defined user types. cqQuery: Demonstrates the native client C++ API for continuous query. |
| C# Examples | ProductBrowser: Presents heterogeneous client access by using both a .NET client and a Java client to interact with a Java cache server and exchange data between the clients. CacheRunner: Shows how to modify and view cache contents, perform queries on cached data, and maintain highly available client queues after server failover. HierarchicalClient: Demonstrates a native client and a cache server in a tiered hierarchical caching situation. The native client establishes its endpoints and connects to the server's port, sending data requests through its cache loader and updates through its cache writer.
BenchmarkHierarchicalClient:
Measures the time it takes for a
CqQuery: Demonstrate the usage of C# continuous query API. |
| .NET API Reference |
Online .NET API documentation for the native client.
|
| C++ API Reference |
Online C++ API documentation for the native client.
|