.NET Caching Library Specifications

The .NET Caching Library by Kellerman Software can take on many different roles when it comes to caching. Its primary role is to be utilized for client side caching for desktop, Silverlight, and Windows Phone 7 applications. It can also perform distributed caching for use in a web farm. Similar to our other components, the .NET Caching Library is super easy to configure and use. When client caching is used, the client contains a local memory cache and a local back store of files, isolated storage, or a local database such as Ninja Database Pro, MS Access, Sqlite, or VistaDb. When distributed caching is used, each web server contains a local memory cache with a shared back store of SQL Server, Oracle, or MySql. Encryption of the back store cache is as simple as setting a property. The .NET Caching Library is the only product available that supports client side caching. It supports all .NET project types including WPF, Winforms, ASP.NET, Silverlight, Web Services, WCF, and Windows Phone 7. It supports all .NET languages including VB.NET and C#. Download the full list of features.


Buy Now Download

Features
Feature Description
Distributed Server Caching Shared back store accross a web farm.
Desktop Client Caching Save to a local cache with a local database or files.
Silverlight Client Caching Memory cache plus a local isolated back store cache.
Windows Phone 7 Client Caching Memory cache with a local database or file cache
Scavenging Set the maximum size and maximum number of items for the memory and back store cache. Items expire using Least Frequently Used, Least Recently Used, or Largest Size.
Assembly Versioning Each cache object has an associated assembly version. When rolling out a new version of your application, client side cache objects automatically expire.
Asynchronous Operation Saving, deleting, and scavenging are performed asynchronously. This includes asynchronous encryption and serialization.
Dependencies Save your cache object with multiple tags to easily delete by dependency.
Extensible Easily create your own back store provider by inheriting from our storage provider.
Documentation Industry standard formatted help and an easy to use demo is included.
Royalty Free Distribution Include with any .NET project royalty free. Deploy on an unlimited number of servers.
1 Year Free Upgrades Purchase today and all upgrades are free for the next year.
30 Day Money Back Guarantee At Kellerman Software, we want you to be totally satisfied with your purchase. Receive a refund with no questions asked within 30 days. Source code versions are non-refundable due to their nature.
Lifetime Support Lifetime E-mail technical support is included.

 


.NET Smart Client Caching

 


.NET Distributed Caching