Alachisoft NCache 4.1 - Online Documentation

Client Side API Programming

 
This tutorial is a practical guide for programmers who want to utilize powerful features of Client side NCache to create high performance and scalable .NET applications. This includes working examples and code snippets to utilize various features of NCache efficiently.
 
In This Section
Explains the procedure how to initialize a cache.
Describes how to dispose a cache.
Explains way of using multiple caches in a single application.
Describes how to get items for the cache.
Describes the procedure of adding and inserting/updating items in a cache.
Describes how certain cached items can be automatically removed from the cache when required.
Explains adding items in the cache with priority settings.
Presents distributing related objects in 'logical' groups.
Explains how Tags work.
Explains how Named Tags work.
Describes how to lock cached items to prevent multiple clients from updating the same data simultaneously.
Demonstrates how item versioning works.
NCache provides you the facility of Streaming. Using streaming NCache binary data can be read or written from/to the cache using streams.
Describes performing bulk operations to add, insert or remove collection of items in a single method call. It helps speeding up the process and minimizes cluster traffic.
Explains utilizing notifications that arise as a result of add, insert or remove operations against all or selective cache items, or when cluster status changes.
Explains how to implement dependency of cached items on files, database table rows and other cached items.
Explains utilizing notifications that arise as a result of add, insert or remove operations against all or selective cache items, or when cluster status changes.
Shows how to transparently fetch the required data from the master datasource if it is not available in the cache and vice versa.
Presents search API for querying objects from the cache using SQL like syntax.
Explains how Continuous Query work.
 
Copyright © 2005-2012 Alachisoft. All rights reserved.