Easily cache objects and support a multiple machine environment such as Web Garden (using HttpRuntime.Cache)

Inspired by the article by Peter A. Bromberg - Synchronizing the ASP.NET Cache across AppDomains and Web Farms

Remarks

CacheDependency is not supported across other machines since CacheDependency is sealed and is not serializable.

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Class EasyCache
C#
public class EasyCache
Visual C++
public ref class EasyCache
JavaScript
MicroMighty.SDK.Net.Tools.EasyCache = function();

Type.createClass(
	'MicroMighty.SDK.Net.Tools.EasyCache');

Inheritance Hierarchy

System..::.Object
  MicroMighty.SDK.Net.Tools..::.EasyCache

See Also