IViewLocationCache 인터페이스

정의

뷰 위치를 메모리에 캐시하기 위해 필요한 메서드를 정의합니다.

public interface IViewLocationCache
type IViewLocationCache = interface
Public Interface IViewLocationCache
파생

메서드

GetViewLocation(HttpContextBase, String)

지정된 HTTP 컨텍스트와 캐시 키를 사용하여 뷰 위치를 가져옵니다.

InsertViewLocation(HttpContextBase, String, String)

지정된 HTTP 컨텍스트와 캐시 키를 사용하여 지정된 뷰 위치를 캐시에 삽입합니다.

적용 대상