An in-process implementation of the ICache interface that internally uses the System.Web.Caching.Cache.

Namespace:  Mindroute.Core.Caching
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

C#
public class AspNetCache : ICache
Visual Basic (Declaration)
Public Class AspNetCache _
	Implements ICache

Inheritance Hierarchy

System..::.Object
  Mindroute.Core.Caching..::.AspNetCache

See Also