Share via


IViewLocationCache 接口

定义

定义在内存中缓存视图位置所需的方法。

public interface IViewLocationCache
type IViewLocationCache = interface
Public Interface IViewLocationCache
派生

方法

GetViewLocation(HttpContextBase, String)

使用指定的 HTTP 上下文和缓存键来获取视图位置。

InsertViewLocation(HttpContextBase, String, String)

使用指定的 HTTP 上下文和缓存键将指定的视图位置插入到缓存中。

适用于