Easily cache objects and support a multiple machine environment such as Web Garden (using HttpRuntime.Cache)
Namespace:
MicroMighty.SDK.Net.ToolsInspired 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.
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'); |