DefaultViewLocationCache Class
Represents a memory cache for view locations.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultViewLocationCache() | Initializes a new instance of the DefaultViewLocationCache class. |
![]() | DefaultViewLocationCache(TimeSpan) | Initializes a new instance of the DefaultViewLocationCache class by using the specified cache time span. |
| Name | Description | |
|---|---|---|
![]() | TimeSpan | Gets or sets the cache time span. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetViewLocation(HttpContextBase, String) | Retrieves the default view location by using the specified HTTP context and cache key. |
![]() | InsertViewLocation(HttpContextBase, String, String) | Inserts the view in the specified virtual path by using the specified HTTP context, cache key, and virtual path. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




