IViewLocationCache Interface
Defines the methods that are required in order to cache view locations in memory.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | GetViewLocation(HttpContextBase^, String^) | Gets the view location by using the specified HTTP context and the cache key. |
![]() | InsertViewLocation(HttpContextBase^, String^, String^) | Inserts the specified view location into the cache by using the specified HTTP context and the cache key. |
Show:
