.NET Caching Library Specifications
The .NET Caching Library by Kellerman Software can perform distributed caching for use in a web farm or it can be used to perform client side caching for smart client or winform applications. Similar to our other components, the .NET Caching Library is super easy to configure and use. When distributed caching is used, each web server contains a local memory cache with a shared back store of SQL Server, or Oracle. When client caching is used, the client machine contains a local memory cache and a local back store of VistaDb, SqLite, MS Access, or files. 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 Winforms, ASP.NET, and Web Services. It supports all .NET languages including VB.NET and C#. Download the full list of features.
| Features | |
| Feature | Description |
| Distributed Caching | Shared back store accross a web farm. |
| Client Caching | Save to a local cache with a local database. |
| 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. |




