IViewLocationCache Interface

Definition

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.

Applies to