Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the methods that are required in order to cache view locations in memory.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Interface IViewLocationCache
public interface IViewLocationCache
public interface class IViewLocationCache
The IViewLocationCache type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetViewLocation | Gets the view location by using the specified HTTP context and the cache key. |
![]() |
InsertViewLocation | Inserts the specified view location into the cache by using the specified HTTP context and the cache key. |
Top