IViewLocationCache Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the methods that are required in order to cache view locations in memory.
public interface IViewLocationCache
type IViewLocationCache = interface
Public Interface IViewLocationCache
- Derived
Methods
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. |