IViewLocationCache 介面

定義

定義在記憶體中快取檢視位置時的必要方法。

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

方法

GetViewLocation(HttpContextBase, String)

使用指定的 HTTP 內容和快取索引鍵,取得檢視位置。

InsertViewLocation(HttpContextBase, String, String)

使用指定的 HTTP 內容和快取索引鍵,將指定的檢視位置插入到快取中。

適用於