DefaultViewLocationCache Class (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
DefaultViewLocationCache Class

Represents a memory cache for view locations.

Inheritance Hierarchy

System.Object
  System.Web.Mvc.DefaultViewLocationCache

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

Visual Basic (Declaration)
Public Class DefaultViewLocationCache _
	Implements IViewLocationCache
Visual Basic (Usage)
Dim instance As DefaultViewLocationCache
C#
public class DefaultViewLocationCache : IViewLocationCache
Visual C++
public ref class DefaultViewLocationCache : IViewLocationCache
JScript
public class DefaultViewLocationCache implements IViewLocationCache

The DefaultViewLocationCache type exposes the following members.

Constructors

  Name Description
Public method DefaultViewLocationCache() Initializes a new instance of the DefaultViewLocationCache class.
Public method DefaultViewLocationCache(TimeSpan) Initializes a new instance of the DefaultViewLocationCache class by using the specified cache time span.
Top
Properties

  Name Description
Public property TimeSpan Gets or sets the cache time span.
Top
Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetViewLocation Retrieves the default view location by using the specified HTTP context and cache key.
Public method InsertViewLocation Inserts the view in the specified virtual path by using the specified HTTP context, cache key, and virtual path.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
Fields

  Name Description
Public field Static member Null Creates an empty view location cache.
Top
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference