PHP 클래스 Prado\Caching\TApplicationStateCacheDependency

TApplicationStateCacheDependency performs dependency checking based on the mode of the currently running PRADO application. The dependency is reportedly as unchanged if and only if the application is running in performance mode. You may chain this dependency together with other dependencies so that only when the application is not in performance mode the other dependencies will be checked.
부터: 3.1.0
저자: Qiang Xue ([email protected])
상속: extends TCacheDependency
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
getHasChanged ( ) : boolean Performs the actual dependency checking.

메소드 상세

getHasChanged() 공개 메소드

This method returns true if the currently running application is not in performance mode.
public getHasChanged ( ) : boolean
리턴 boolean whether the dependency is changed or not.