PHP 클래스 Prado\Web\UI\WebControls\TOutputCacheCheckDependencyEventParameter

TOutputCacheCheckDependencyEventParameter encapsulates the parameter data for OnCheckDependency event of {@link TOutputCache} control.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\TEventParameter
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
getCacheTime ( ) : integer
getIsValid ( ) : boolean
setCacheTime ( $value )
setIsValid ( $value )

메소드 상세

getCacheTime() 공개 메소드

부터: 3.1.1
public getCacheTime ( ) : integer
리턴 integer the timestamp of the cached result. You may use this to help determine any dependency is changed.

getIsValid() 공개 메소드

public getIsValid ( ) : boolean
리턴 boolean whether the dependency remains valid. Defaults to true.

setCacheTime() 공개 메소드

부터: 3.1.1
public setCacheTime ( $value )

setIsValid() 공개 메소드

public setIsValid ( $value )