NCache 3.6

This article was originally published in VSJ, which is now part of Developer Fusion.
NCache 3.6 from Alachisoft is a distributed cache for .NET intended to boost performance and scalability in enterprise .NET applications through object caching and ASP.NET Session State storage.

The latest version has object tagging, object versioning, Windows PowerShell integration and is available in a new Professional Edition. The cache supports a range of mechanisms including Mirrored, Replicated, Partitioned, Partition-Replica, and Client Cache topologies. The new tagging feature makes it possible to associate one or more tags with cache items for logical grouping of the items. It also makes searching for items easier since a query can be performed based on these tags in order to locate items in cache. A distributed locking mechanism (pessimistic/optimistic) helps maintain a cache item version for each item residing within the cache. Windows PowerShell integration now provides easy deployment and management of the cache on the network.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”