Alachisoft.com

What's new in NCache 3.4?

For a comprehensive list of ALL FEATURES in 3.4, please read NCache Features:

Client Side Optmization for Partitoned and Partitioned Replica

Partitioned Cache and partitioned of replica can now be further optimized using NCache client side optimization. Client side optimization is actually a transfer of hash map from server to client side. NCache uses a range based hash code mapping to determine where a particular data should be kept for Partitioned and Partitioned of Replica cache.

Bridge Topology

Bridge topology is used to asynchronously replicate the caches that are located at different geographical regions.

Locking Cached Items

NCache provides an exclusive lock mechanism where reads and writes access to a cached item is blocked until the holder of lock releases the lock.

Session Locking in NCache Session Store Provider

NCache Session Store Provider provides the functionality that exclusively locks the session-store item for a particular session when it begins processing the first request, causing other requests targeting the same session to wait for the lock to come free.

Addition of some useful counters

There is addition of some more useful counters to both NCache and client.

Application level config.ncconf and client.ncconf

Modules which depend on config.ncconf and client.ncconf now first look them in application folder and if not found, look in install directory.

Notification based oracle cache dependency

Notification based oracle cache dependency is provided where oracle database itself notifies the cache and cache expires the out of sync items.

NCache's Integration with MS Caching Application Block (CAB)

NCache provides seamless integration with MS Caching Application Block (CAB), by providing its custom cache manager. This applies to Microsoft's EntLib 4.0 only.

Using sessions in geographically separated webfarms

Location Affinity for sessions allows session state to be maintained across different web farms on geographically separated locations.

Command Line Activation

NCache can now also be activated from a command line. This will help automate the process of NCache Activation.