Get the instance of the Cache Manager.

Namespace: MonoSoftware.Web.Caching
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected CacheManager(
	string baseKey,
	int timeout
)
Visual Basic
Protected Sub New ( 
	baseKey As String,
	timeout As Integer
)
Visual C++
protected:
CacheManager(
	String^ baseKey, 
	int timeout
)
F#
new : 
        baseKey : string * 
        timeout : int -> CacheManager

Parameters

baseKey
Type: System..::..String
Base cache key
timeout
Type: System..::..Int32
Cache timeout (in seconds)

See Also