DefaultViewLocationCache Constructor (TimeSpan)

Initializes a new instance of the DefaultViewLocationCache class by using the specified cache time span.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub New ( _
	timeSpan As TimeSpan _
)
'Usage
Dim timeSpan As TimeSpan 

Dim instance As New DefaultViewLocationCache(timeSpan)

Parameters

timeSpan
Type: System.TimeSpan

The cache time span.

ExceptionCondition
InvalidOperationException

The Ticks attribute of the timeSpan parameter is set to a negative number.

Show: