1. Windows Azure Caching

    By:

    Windows Azure Caching is a distributed, in-memory cache that can be set up in your Windows Azure deployment on web or worker roles. Caching increases performance by allowing you to store commonly accessed data in memory and reduces load on backend databases. The Windows Azure Caching NuGet package allows you to quickly provision a web or worker r... More information

  2. MvcDonutCaching

    By:

    MvcDonutCaching provides extensible donut output caching for ASP.NET MVC 3 and above.

  3. Enterprise Library 5.0 - Caching Application Block

    By:

    The Enterprise Library Caching Application Block lets developers incorporate a local in-memory or persistent cache in their applications.

  4. EnyimMemcached

    By:

    Memcached client library for .NET based languages.

  5. Windows Azure Shared Caching

    By:

    Windows Azure Shared Caching enables you to easily provision a cache in the cloud to be used from any applications or services that could benefit from caching. Caching increases performance by temporarily storing information from other backend sources. High performance is achieved by maintaining this cache in-memory across multiple cache servers. F... More information

  6. DynaCache - output caching for classes

    By:

    DynaCache is a small C# library that allows you to automatically cache the output from standard .NET functions. Although it is possible to use it without one, DynaCache works best when used in conjunction with a dependency injection (DI) framework, such as StructureMap, Ninject, etc.

  7. Enterprise Library 5.0 - Transient Fault Handling Application Block

    By:

    The Transient Fault Handling Application Block for Windows Azure ("Topaz") provides a set of reusable and testable components for adding retry logic into your Windows Azure applications leveraging Windows Azure SQL Database, Windows Azure storage, Service Bus and Caching Service. This makes your Windows Azure application more reliable and resilient... More information

  8. Enterprise Library 5.0 - Caching Application Block Database Backing Store

    By:

    The Enterprise Library Caching Database Backing Store lets developers store cached data in a database.

  9. ServiceStack.Caching.Memcached

    By:

    An Memcached cache client implementing ServiceStack's ICacheClient: https://github.com/ServiceStack/ServiceStack/wiki/Caching

  10. SixPack.Caching

    By:

    The SixPack rapid development library is a collection of classes for rapid development on the .NET/Mono platform. It has been built with medium to large scale sites in mind, and supports high performance requirements (thousands of concurrent users per server.)

  11. Enterprise Library 5.0 - Caching Application Block Cryptography Provider

    By:

    The Enterprise Library Caching Cryptography Provider lets developers encrypt the data to be cached.

  12. WP7Contrib.Caching

    By:

    WP7Contrib caching assemblies. Contains the following assemblies: WP7Contrib.Caching.dll WP7Contrib.Common.dll WP7Contrib.Collections.dll WP7Contrib.Logging.dll

  13. Craig's Utility Library Caching Namespace

    By:

    Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information

  14. ImageResizer.Plugins.DiskCache

    By:

    Adds disk caching to the ImageResizer core. Fast, multithreaded, and self-managing. Drastically increases scalability and performance. Writing processed images to disk permits images to be served as static files by IIS, eliminating the typical RAM and CPU overhead assocatied with real-time image processing. Used by websites hosting hundreds of th... More information

  15. Transient Fault Handling Core

    By:

    The Transient Fault Handling Core provides the retry mechanisms to make your application more resilient to transient faults in both synchronous and asynchronous scenarios.

  16. Enterprise Library 5.0 - Security Application Block Caching Store

    By:

    This caching store provides an ISecurityCacheProvider implementation that caches authenticated session information and performs token handling.

  17. EnyimMemcached-NLog

    By:

    NLog based logging adapter for the Enyim Memcached library.

  18. NHibernate.Caches.Redis

    By:

    An NHibernate caching provider for Redis.

  19. ServiceStack.Caching.Azure

    By:

    An Azure In-Memory DataCache implementing ServiceStack's ICacheClient: https://github.com/ServiceStack/ServiceStack/wiki/Caching

  20. Zetetic.Caching

    By:

    Strongly-typed utility wrapper for the Enterprise Library Caching Block