Alachisoft NCache 4.1 - Online Documentation

What's New in NCache 4.1?

 
NCache 4.1 brings many new features and enhances graphical user interface to the next level. Here is a brief overview of what's new in NCache 4.1:
 
NCache is now providing support for In-proc Client Cache in Java which was not available in previous versions of NCache.
 
Develop multiple Read-Thru/Write-Thru providers and register it with NCache. You can use a specific provider from each of your java application. You are also facilitated to use NCache Manager to deploy your Read-Thru/Write-Thru handlers even at runtime. Your assemblies are automatically copied to all the cache servers.
   
With Data Sharing you can share cache content among NCache .Net and NCache Java editions. This sharing can be achieved through binary compact serialization. To use this feature user must have both NCache .net and NCache java editions installed.
 
Using Class Versioning you can share class data among various versions of a class with in a same platform. Here mapping of attributes is done at run time.
 
Use a faster and more compact serialization than regular Java serialization and without writing any custom code for it. NCache generated serialization code at runtime and even lets you serialize objects that are otherwise not serializable.
 
NCache can associate a dictionary of named tags with cache items. Items can be objects or text data.  Named Tags helps in indexing the data on the basis of tags and you can query indexed data using tags.
 
NCache can associate a dictionary of named tags with cache items. Items can be objects or text data.  Named Tags helps in indexing the data on the basis of tags and you can query indexed data using tags.
 
Using Cache Startup option if the cache is specified to be a startup cache, it will get started automatically on service startup. No manual start is required for the cache.
 
NCache provides Continuous Query support for both .Net and Java clients. It notifies about the changes occur in query result set and therefore client applications need not to re-query the data for updates.
 
NCache provides Continuous Query support for both .Net and Java clients. It notifies about the changes occur in query result set and therefore client applications need not to re-query the data for updates.
 
An enhanced bridge feature is introduced having support for multiple topologies. It performs an asynchronous replication of data from one on-site cache to one/multiple on-site/off-site disaster recovery cache(s) across the WAN.
 
Develop Cache Startup Loader and register it with NCache. Using Cache Startup Loader you can preload the cache with the base data before start using the cache. You are also facilitated to use NCache Manager to deploy your CacheLoader handler even at runtime.  Your assemblies are automatically copied to all the cache servers.
 
Java clients can use dumpcache utility to dumps the available cache keys to Console or given output file.
 
NCache provides a second level or process level distributed cache for Hibernate. You can plug-in NCache as your cache provider with Hibernate applications.
 
NCache is providing support for Spring framework applications. You can cache spring applications data using NCache to improve the performance of an application.
 
Bridge Conflict Resolver resolves the conflict occur while replicating the data from bridge to cache.
 
Bridge Conflict Resolver is introduced to resolve the conflict occur between existing operations and operation replicated from bridge to cache.
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.