IViewLocationCache 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義在記憶體中快取檢視位置時的必要方法。
public interface IViewLocationCache
type IViewLocationCache = interface
Public Interface IViewLocationCache
- 衍生
方法
GetViewLocation(HttpContextBase, String) |
使用指定的 HTTP 內容和快取索引鍵,取得檢視位置。 |
InsertViewLocation(HttpContextBase, String, String) |
使用指定的 HTTP 內容和快取索引鍵,將指定的檢視位置插入到快取中。 |